DBA Data[Home] [Help]

APPS.PSB_WS_POS1 dependencies on FND_FLEX_EXT

Line 1153: l_concat_segments := FND_FLEX_EXT.Get_Segs

1149:
1150: if not l_budget_group_found then
1151: begin
1152:
1153: l_concat_segments := FND_FLEX_EXT.Get_Segs
1154: (application_short_name => 'SQLGL',
1155: key_flex_code => 'GL#',
1156: structure_number => p_flex_code,
1157: combination_id => c_Dist_Rec.code_combination_id);

Line 1201: l_concat_segments := FND_FLEX_EXT.Get_Segs

1197:
1198: if not l_budget_group_found then
1199: begin
1200:
1201: l_concat_segments := FND_FLEX_EXT.Get_Segs
1202: (application_short_name => 'SQLGL',
1203: key_flex_code => 'GL#',
1204: structure_number => p_flex_code,
1205: combination_id => c_Dist_Rec.code_combination_id);

Line 4379: l_ccid_val FND_FLEX_EXT.SegmentArray;

4375: p_start_date IN DATE,
4376: p_end_date IN DATE
4377: ) IS
4378:
4379: l_ccid_val FND_FLEX_EXT.SegmentArray;
4380: l_seg_val FND_FLEX_EXT.SegmentArray;
4381: l_ccid NUMBER;
4382:
4383: l_start_date DATE;

Line 4380: l_seg_val FND_FLEX_EXT.SegmentArray;

4376: p_end_date IN DATE
4377: ) IS
4378:
4379: l_ccid_val FND_FLEX_EXT.SegmentArray;
4380: l_seg_val FND_FLEX_EXT.SegmentArray;
4381: l_ccid NUMBER;
4382:
4383: l_start_date DATE;
4384: l_end_date DATE;

Line 4511: if not FND_FLEX_EXT.Get_Segments

4507: l_ccid_val(l_init_index) := null;
4508: l_seg_val(l_init_index) := null;
4509: end loop;
4510:
4511: if not FND_FLEX_EXT.Get_Segments
4512: (application_short_name => 'SQLGL',
4513: key_flex_code => 'GL#',
4514: structure_number => p_flex_code,
4515: combination_id => g_salary_dist(l_saldist_index).ccid,

Line 4651: if not FND_FLEX_EXT.Get_Combination_ID

4647: end if;
4648:
4649: end loop;
4650:
4651: if not FND_FLEX_EXT.Get_Combination_ID
4652: (application_short_name => 'SQLGL',
4653: key_flex_code => 'GL#',
4654: structure_number => p_flex_code,
4655: validation_date => sysdate,

Line 4661: l_flex_delimiter := FND_FLEX_EXT.Get_Delimiter

4657: segments => l_seg_val,
4658: combination_id => l_ccid) then
4659: begin
4660:
4661: l_flex_delimiter := FND_FLEX_EXT.Get_Delimiter
4662: (application_short_name => 'SQLGL',
4663: key_flex_code => 'GL#',
4664: structure_number => p_flex_code);
4665:

Line 4666: l_concat_segments := FND_FLEX_EXT.Concatenate_Segments

4662: (application_short_name => 'SQLGL',
4663: key_flex_code => 'GL#',
4664: structure_number => p_flex_code);
4665:
4666: l_concat_segments := FND_FLEX_EXT.Concatenate_Segments
4667: (n_segments => PSB_WS_ACCT1.g_num_segs,
4668: segments => l_seg_val,
4669: delimiter => l_flex_delimiter);
4670: