DBA Data[Home] [Help]

APPS.FA_MC_UPG3_PKG dependencies on FND_FLEX_APIS

Line 1465: IF (NOT fnd_flex_apis.get_qualifier_segnum(

1461: bc.set_of_books_id = p_rsob_id AND
1462: gls.set_of_books_id = bc.primary_set_of_books_id;
1463:
1464: -- Get the balancing segment NUMBER
1465: IF (NOT fnd_flex_apis.get_qualifier_segnum(
1466: appl_id => 101,
1467: key_flex_code => 'GL#',
1468: structure_NUMBER => G_coa_id,
1469: flex_qual_name => 'GL_BALANCING',

Line 1487: IF (NOT fnd_flex_apis.get_segment_info(

1483: G_flex_buf := '';
1484:
1485: -- LOOP thro all segments and build segment buffer
1486: FOR segnum IN 1..l_segcount LOOP
1487: IF (NOT fnd_flex_apis.get_segment_info(
1488: x_application_id => 101,
1489: x_id_flex_code => 'GL#',
1490: x_id_flex_num => G_coa_id,
1491: x_seg_num => segnum,