DBA Data[Home] [Help]

APPS.PA_UBR_UER_SUMM_PKG dependencies on FND_FLEX_APIS

Line 85: IF (NOT fnd_flex_apis.get_qualifier_segnum(

81:
82: -- pa_debug.write_file('AFTER SELECT 1 ');
83: -- Get the segment number.
84:
85: IF (NOT fnd_flex_apis.get_qualifier_segnum(
86: appl_id => 101,
87: key_flex_code => 'GL#',
88: structure_number => G_coa_id,
89: flex_qual_name => 'FA_COST_CTR',

Line 93: IF (NOT fnd_flex_apis.get_qualifier_segnum(

89: flex_qual_name => 'FA_COST_CTR',
90: segment_number => G_cost_seg_num)) THEN
91: app_exception.raise_exception;
92: END IF;
93: IF (NOT fnd_flex_apis.get_qualifier_segnum(
94: appl_id => 101,
95: key_flex_code => 'GL#',
96: structure_number => G_coa_id,
97: flex_qual_name => 'GL_ACCOUNT',

Line 109: IF (NOT fnd_flex_apis.get_segment_info(

105: */
106:
107: -- Get the segment name.
108:
109: IF (NOT fnd_flex_apis.get_segment_info(
110: x_application_id => 101,
111: x_id_flex_code => 'GL#',
112: x_id_flex_num => G_coa_id,
113: x_seg_num => G_cost_seg_num,

Line 120: IF (NOT fnd_flex_apis.get_segment_info(

116: x_prompt => G_cost_prompt,
117: x_value_set_name => G_cost_value_set_name)) THEN
118: app_exception.raise_exception;
119: END IF;
120: IF (NOT fnd_flex_apis.get_segment_info(
121: x_application_id => 101,
122: x_id_flex_code => 'GL#',
123: x_id_flex_num => G_coa_id,
124: x_seg_num => G_acct_seg_num,