DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FND_FLEX_APIS

Line 1474: IF (NOT fnd_flex_apis.get_qualifier_segnum(

1470: bc.set_of_books_id = p_rsob_id AND
1471: gls.set_of_books_id = bc.primary_set_of_books_id;
1472:
1473: -- Get the balancing segment NUMBER
1474: IF (NOT fnd_flex_apis.get_qualifier_segnum(
1475: appl_id => 101,
1476: key_flex_code => 'GL#',
1477: structure_NUMBER => G_coa_id,
1478: flex_qual_name => 'GL_BALANCING',

Line 1496: IF (NOT fnd_flex_apis.get_segment_info(

1492: G_flex_buf := '';
1493:
1494: -- LOOP thro all segments and build segment buffer
1495: FOR segnum IN 1..l_segcount LOOP
1496: IF (NOT fnd_flex_apis.get_segment_info(
1497: x_application_id => 101,
1498: x_id_flex_code => 'GL#',
1499: x_id_flex_num => G_coa_id,
1500: x_seg_num => segnum,