for_02_-05 data blocks and its relationships

Upload: suneeltej

Post on 18-Oct-2015

8 views

Category:

Documents


0 download

DESCRIPTION

yy

TRANSCRIPT

  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    1/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    Data Blocks And Its Relationships

    Oracle Forms

    Course Home

    Introduction to Oracle FormsForm Builder Installation and tns Connection Key PointsSetting up Forms Builder to develop Oracle Apps forms

    Object NavigatorData Blocks And Its RelationshipsForm Level, Block Level and Item Level TriggersProperty PaletteLayout and Different Types of CanvasProgram UnitsApps Stand and template.fmb Usage in Developing apps Forms

    Developing a Simple Form Using Data Block and Layout WizardsModifying Form Through WizardDeveloping a Form Manually

    What Is a Record Group

    Developing Query Only FormsDeveloping Form Layout With Vertical Scroll BarAdd List of Values to The Parameters in Query FindDeveloping Master Detail Form

    Developing a Form For Oracle ApplicationsFormregistrationCreating a Form FunctionAssigning Form Funtion to Menu

    Example of Extension Using Custom.pll

    Forms Personalization IntroductionForm Personalization structureAction type : Property (Changing Property of form field)Action type : Message(Adding Message For a Specific Event)

    Video TutorialsExpert AtriclesTips and CodeAssignments & Quizzes CornerInterview Questions

    http://newtonapples.com/developing-master-detail-form/http://newtonapples.com/forms-layout-and-different-types-of-canvas/http://newtonapples.com/oracle-forms-property-palette/http://newtonapples.com/form-level-block-level-item-level-triggers/http://newtonapples.com/oracle-forms-builder-setup/http://newtonapples.com/introduction-to-oracle-forms/http://newtonapples.com/http://newtonapples.com/http://newtonapples.com/http://newtonapples.com/http://newtonapples.com/http://newtonapples.com/http://newtonapples.com/adding-message-for-a-specific-event-oracle-forms/http://newtonapples.com/oracle-forms-changing-property-of-form-fiel/http://newtonapples.com/form-personalizationstructure/http://newtonapples.com/oracle-apps-forms-personalization-introduction/http://newtonapples.com/example-of-extension-using-custom-pll/http://newtonapples.com/assigning-form-funtion-menu/http://newtonapples.com/creating-oracle-form-function/http://newtonapples.com/form-registration-in-oracle-apps/http://newtonapples.com/developing-a-form-for-oracle-applications/http://newtonapples.com/developing-master-detail-form/http://newtonapples.com/add-list-of-values-to-the-parameters-in-query-find/http://newtonapples.com/developing-form-layout-with-vertical-scroll-bar/http://newtonapples.com/developing-query-only-forms/http://newtonapples.com/what-is-a-record-group/http://newtonapples.com/developing-a-form-manually/http://newtonapples.com/modifying-form-throughwizard/http://newtonapples.com/developing-simple-form-using-data-block-and-layout-wizards/http://newtonapples.com/apps-stand-template-fmb-usage-in-developing-apps-forms/http://newtonapples.com/for02-09-program-units/http://newtonapples.com/forms-layout-and-different-types-of-canvas/http://newtonapples.com/oracle-forms-property-palette/http://newtonapples.com/form-level-block-level-item-level-triggers/http://newtonapples.com/data-blocks-and-its-relationships/http://newtonapples.com/object-navigator-in-oracle-forms/http://newtonapples.com/oracle-forms-builder-setup/http://newtonapples.com/oracle-forms-builder-installation-tns-connection-process/http://newtonapples.com/introduction-to-oracle-forms/http://newtonapples.com/
  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    2/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    ..

    See other relevant topics

    No relevant added yet. Give us sometime to get this right!

    Data blocks are associated w ith data (table columns) with in a group. By default, the associationbetween a data block and the database a llows operators to automatically query, update, insert anddelete rows with in a table.Data Block is the form object that contains data elements. The data block is usually closely related tdatabase table or view. The data block elements receive database values for display, update, ordeletion.Data blocks also receive information that has been input for insertion into the database. Data blockgenerate dynamic SQL statements (INSERT, UPDATE, and DELETE) that interact with the database.Data blocks can be based on the database tables, views, procedures, or transactional triggers.

  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    3/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    We can create data block using two options (i.e. Wizard or Manual) as shown below.

    In addition, a data can also be a master or detail block.Master block displays a master record associated w ith detail records displayed in a detail block.A detail block displays a detail records associated with a master record displayed in master block.

    Data Blocks Relation:-

    http://newtonapples.com/wp-content/uploads/2012/12/We-can-create-data-block-using21.pnghttp://newtonapples.com/wp-content/uploads/2012/12/Data-Blocks-and-relationships1.png
  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    4/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    Lets create a relationship between two data blocks i.e. DEPT and EMP.

    http://newtonapples.com/wp-content/uploads/2012/12/Data-Blocks-Relation-31.png
  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    5/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    Click on + icon the below window will display and specify the join condition between two data blocksDEPT.deptno = EMP. deptno.

    hen click on Ok button relationship will be created as shown in the below figure.

    http://newtonapples.com/wp-content/uploads/2012/12/DEPT.deptno-EMP.-deptno51.pnghttp://newtonapples.com/wp-content/uploads/2012/12/%E2%80%9CDEPT%E2%80%9D-and-%E2%80%9CEMP%E2%80%9D41.png
  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    6/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    >

    This post has been viewed 650 tim

    About the Author:Venkat

    (6votes, average: 5.00out of 5)

    Loading ...

    isclaimer:Contents expressed i n thi s post are viewpoints of independent authors/contributors and are not revi ewed for correctness or accuracy

    NewtonApples.com. Any opinions, comments, solutions or other commentary expressed by post authors/contributors are not endorsed or

    recommended by NewtonApples.com or any vendor. If you feel a post is inappropriate, click here to let us know and we will take the appropriate

    action

    Comments Closed

    http://newtonapples.com/contacthttp://newtonapples.com/author/pavan/http://www.dmca.com/Protection/Status.aspx?ID=278d385a-f4e7-4230-ad9f-27728deb598ehttp://newtonapples.com/form-level-block-level-item-level-triggers/http://newtonapples.com/object-navigator-in-oracle-forms/http://newtonapples.com/wp-content/uploads/2012/12/Then-click-on-Ok-button-relation61.png
  • 5/28/2018 For_02_-05 Data Blocks and Its Relationships

    7/7

    11/7/13 For|02| -05 Data Blocks And Its Relationships

    newtonapples.com/data-blocks-and-its-relationships/

    Testimonials

    Newton Apples is Amazing! The way courses are structured and delivered is top notch and easy tounderstand. I appreciate your vision. - AbhijeethThe courses are well structured and the online classroom sessions are great. The faculty are veryexperienced and helped me a lot with any issues that I faced. - VarmaI've been a member since they started and I'm proud to te ll you all that I have grow to the level ofbeing a faculty at Newton Apples - Anusha

    Tag Cloud

    ajaxajax basicsajax for beginnersajax programmingajax

    programsajax tutorialajax tutorialsc basicsc introductionclanguagec language tutorialcppcpp programmingcpp tutorialcpp

    tutorialsc programmingc programming tutorialc tutorialc tutorialslearning ajaxlearning c languagelearning phpoafObject Oriented

    ProgrammingOracleoracleappsoracle functionsoracle reportsoracle reporttutorialPHPphp basicsphp programmingphp programsphp tutorialPHP tutorialsPLSQLPLSQL

    ProgramsSqlsql functionssql tutorialtutorialtutorial cppxmlpublisherXMLTutorialXML Tutorials

    Most Viewed

    OR|00|-01 Oracle PL/SQL TutorialDS|01|-02. DataStage Architecture & Client ComponentsOR|00|-01 Oracle SQLDS|02|-06. Stages in DataStageDS|01|-04. Parallel Process ing & Partition TechniquesNotable new Features in DataStage 8.5DataStage Transformer Looping Example 2

    Newton ApplesCopying, replication, and distribution of content available on NewtonApples.com is prohibited

    http://newtonapples.com/datastage-transformer-looping-2/http://newtonapples.com/notable-features-datastage-8-5/http://newtonapples.com/ds04-parallel-processing-partition-techniques/http://newtonapples.com/stages-datastage/http://newtonapples.com/oracle-sql-tutorial/http://newtonapples.com/02-datastage/http://newtonapples.com/oracle-pl-sql-tutorial/http://newtonapples.com/tag/xml-tutorials/http://newtonapples.com/tag/xml-tutorial/http://newtonapples.com/tag/xmlpublisher/http://newtonapples.com/tag/tutorial-cpp/http://newtonapples.com/tag/tutorial/http://newtonapples.com/tag/sql-tutorial/http://newtonapples.com/tag/sql-functions/http://newtonapples.com/tag/sql/http://newtonapples.com/tag/plsql-programs/http://newtonapples.com/tag/plsql/http://newtonapples.com/tag/php-tutorials/http://newtonapples.com/tag/php-tutorial/http://newtonapples.com/tag/php-programs/http://newtonapples.com/tag/php-programming/http://newtonapples.com/tag/php-basics/http://newtonapples.com/tag/php-2/http://newtonapples.com/tag/oracle-report-tutorial/http://newtonapples.com/tag/oracle-reports/http://newtonapples.com/tag/oracle-functions/http://newtonapples.com/tag/oracleapps/http://newtonapples.com/tag/oracle/http://newtonapples.com/tag/object-oriented-programming/http://newtonapples.com/tag/oaf/http://newtonapples.com/tag/learning-php/http://newtonapples.com/tag/learning-c-language/http://newtonapples.com/tag/learning-ajax/http://newtonapples.com/tag/c-tutorials/http://newtonapples.com/tag/c-tutorial/http://newtonapples.com/tag/c-programming-tutorial/http://newtonapples.com/tag/c-programming/http://newtonapples.com/tag/cpp-tutorials/http://newtonapples.com/tag/cpp-tutorial/http://newtonapples.com/tag/cpp-programming/http://newtonapples.com/tag/cpp/http://newtonapples.com/tag/c-language-tutorial/http://newtonapples.com/tag/c-language-2/http://newtonapples.com/tag/c-introduction/http://newtonapples.com/tag/c-basics/http://newtonapples.com/tag/ajax-tutorials-2/http://newtonapples.com/tag/ajax-tutorial/http://newtonapples.com/tag/ajax-programs/http://newtonapples.com/tag/ajax-programming/http://newtonapples.com/tag/ajax-for-beginners/http://newtonapples.com/tag/ajax-basics/http://newtonapples.com/tag/ajax/