DBA Data[Home] [Help]

APPS.PSB_WS_ACCT1 dependencies on FND_FLEX_EXT

Line 573: l_concat_segments := FND_FLEX_EXT.Get_Segs

569:
570: if l_ccid_type is null then
571: begin
572:
573: l_concat_segments := FND_FLEX_EXT.Get_Segs
574: (application_short_name => 'SQLGL',
575: key_flex_code => 'GL#',
576: structure_number => p_flex_code,
577: combination_id => p_ccid);

Line 1121: l_ccid := FND_FLEX_EXT.Get_CCID

1117: raise FND_API.G_EXC_ERROR;
1118:
1119: end if;
1120:
1121: l_ccid := FND_FLEX_EXT.Get_CCID
1122: (application_short_name => 'SQLGL',
1123: key_flex_code => 'GL#',
1124: structure_number => p_flex_code,
1125: validation_date => to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),

Line 6020: l_seg_val FND_FLEX_EXT.SegmentArray;

6016: l_init_index PLS_INTEGER;
6017: l_index PLS_INTEGER;
6018:
6019: l_ccid NUMBER;
6020: l_seg_val FND_FLEX_EXT.SegmentArray;
6021: l_ccid_val FND_FLEX_EXT.SegmentArray;
6022:
6023: l_concat_segments VARCHAR2(2000) := null;
6024:

Line 6021: l_ccid_val FND_FLEX_EXT.SegmentArray;

6017: l_index PLS_INTEGER;
6018:
6019: l_ccid NUMBER;
6020: l_seg_val FND_FLEX_EXT.SegmentArray;
6021: l_ccid_val FND_FLEX_EXT.SegmentArray;
6022:
6023: l_concat_segments VARCHAR2(2000) := null;
6024:
6025: l_mapped_ccid NUMBER;

Line 6057: if not FND_FLEX_EXT.Get_Segments

6053:
6054: if p_ccid <> 0 then
6055: begin
6056:
6057: if not FND_FLEX_EXT.Get_Segments
6058: (application_short_name => 'SQLGL',
6059: key_flex_code => 'GL#',
6060: structure_number => p_flex_code,
6061: combination_id => p_ccid,

Line 6442: l_concat_segments := FND_FLEX_EXT.Concatenate_Segments

6438: -- No new Code Combinations are created from the Constraints Module. If a
6439: -- composed Code Combination does not already exist in GL, it is not created
6440: -- dynamically
6441:
6442: l_concat_segments := FND_FLEX_EXT.Concatenate_Segments
6443: (n_segments => g_num_segs,
6444: segments => l_seg_val,
6445: delimiter => p_flex_delimiter);
6446:

Line 6730: l_concat_segments := FND_FLEX_EXT.Get_Segs

6726: (p_flex_mapping_set_id => p_flex_mapping_set_id,
6727: p_ccid => p_ccid,
6728: p_budget_year_type_id => p_budget_year_type_id);
6729:
6730: l_concat_segments := FND_FLEX_EXT.Get_Segs
6731: (application_short_name => 'SQLGL',
6732: key_flex_code => 'GL#',
6733: structure_number => p_flex_code,
6734: combination_id => l_mapped_ccid);

Line 7037: l_flex_delimiter := FND_FLEX_EXT.Get_Delimiter

7033:
7034:
7035: BEGIN
7036:
7037: l_flex_delimiter := FND_FLEX_EXT.Get_Delimiter
7038: (application_short_name => 'SQLGL',
7039: key_flex_code => 'GL#',
7040: structure_number => p_flex_code);
7041:

Line 7305: := FND_FLEX_EXT.Get_Segs

7301: PSB_WS_ACCT1.g_soft_error_flag := TRUE ;
7302:
7303: IF p_concatenated_segments IS NULL THEN
7304: l_concat_segments
7305: := FND_FLEX_EXT.Get_Segs
7306: (application_short_name => 'SQLGL',
7307: key_flex_code => 'GL#',
7308: structure_number => p_chart_of_accounts_id,
7309: combination_id => p_cc_id