DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on FND_APPLICATION

Line 25: (appl_short_name fnd_application.application_short_name%type

21: INDEX BY BINARY_INTEGER;
22:
23: -- Keyflex Segment Record
24: TYPE tech_summary_keyflex_segment IS RECORD
25: (appl_short_name fnd_application.application_short_name%type
26: ,flex_code fnd_id_flex_structures_vl.id_flex_structure_code%type
27: ,structure_code fnd_id_flex_structures_vl.id_flex_structure_name%type
28: ,segment_name fnd_id_flex_segments_vl.segment_name%type
29: ,column_name fnd_id_flex_segments_vl.application_column_name%type

Line 101: (appl_short_name fnd_application.application_short_name%type

97:
98:
99: -- Keyflex Structure Record
100: TYPE tech_summary_keyflex_structure IS RECORD
101: (appl_short_name fnd_application.application_short_name%type
102: ,flex_code fnd_id_flex_structures_vl.id_flex_structure_code%type
103: ,structure_code fnd_id_flex_structures_vl.id_flex_structure_name%type
104: ,structure_title fnd_id_flex_structures_vl.id_flex_structure_name%type
105: ,description fnd_id_flex_structures_vl.description%type

Line 196: ,app_short_name fnd_application.application_short_name%type

192: -- User Responsibility Record
193: TYPE tech_summary_resp_rec IS RECORD
194: (user_name fnd_user.user_name%type
195: ,resp_key fnd_responsibility_vl.responsibility_name%type
196: ,app_short_name fnd_application.application_short_name%type
197: ,security_group fnd_security_groups_vl.security_group_name%type
198: ,owner varchar2(100)
199: ,start_date varchar2(80)
200: ,end_date varchar2(80)

Line 417: ,applicaton_short_name fnd_application.application_short_name%type);

413:
414: -- Post Install Steps Record
415: TYPE tech_summary_post_install IS RECORD
416: (legislation_code per_business_groups.legislation_code%type
417: ,applicaton_short_name fnd_application.application_short_name%type);
418:
419: --Post Install Steps Table
420: TYPE post_install_tab IS TABLE OF
421: tech_summary_post_install