DBA Data[Home] [Help]

APPS.PA_UBR_UER_SUMM_PKG dependencies on FND_FLEX_APIS

Line 83: IF (NOT fnd_flex_apis.get_qualifier_segnum(

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

Line 91: IF (NOT fnd_flex_apis.get_qualifier_segnum(

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

Line 107: IF (NOT fnd_flex_apis.get_segment_info(

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

Line 118: IF (NOT fnd_flex_apis.get_segment_info(

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