DBA Data[Home] [Help]

APPS.JL_ZZ_GL_INFL_ADJ_PKG dependencies on FND_FLEX_EXT

Line 970: segments fnd_flex_ext.segmentArray;

966: RETURN BOOLEAN IS
967:
968: nsegs NUMBER;
969: new_REI_ccid NUMBER;
970: segments fnd_flex_ext.segmentArray;
971:
972: account_error EXCEPTION;
973:
974: BEGIN

Line 980: IF fnd_flex_ext.get_segments ('SQLGL'

976: ------------------------------------------------------------
977: -- Get the segments values for the template account and --
978: -- the number of enabled segments. --
979: ------------------------------------------------------------
980: IF fnd_flex_ext.get_segments ('SQLGL'
981: , 'GL#'
982: , chart_of_accounts_id
983: , p_default_REI_ccid
984: , nsegs

Line 997: IF NOT fnd_flex_ext.get_combination_id ('SQLGL'

993: -- Get the new ccid. If the account exists then returns --
994: -- the id, otherwise if dynamic insertion is allowed --
995: -- then creates a new account. --
996: ------------------------------------------------------------
997: IF NOT fnd_flex_ext.get_combination_id ('SQLGL'
998: , 'GL#'
999: , chart_of_accounts_id
1000: , sysdate
1001: , nsegs