DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on XLA_ACCT_SETUP_PUB_PKG

Line 919: xla_acct_setup_pub_pkg.setup_ledger_options

915: IF(x_ledger_category_code IN('PRIMARY','SECONDARY')
916: AND recinfo.ret_earn_code_combination_id = -1
917: AND recinfo.sla_accounting_method_code IS NOT NULL) THEN
918: IF(x_ledger_category_code = 'PRIMARY')THEN
919: xla_acct_setup_pub_pkg.setup_ledger_options
920: (x_ledger_id,
921: x_ledger_id);
922: ELSE
923: FOR v_primary_ledgers IN c_primary_ledgers LOOP

Line 924: xla_acct_setup_pub_pkg.setup_ledger_options

920: (x_ledger_id,
921: x_ledger_id);
922: ELSE
923: FOR v_primary_ledgers IN c_primary_ledgers LOOP
924: xla_acct_setup_pub_pkg.setup_ledger_options
925: (v_primary_ledgers.object_id,
926: x_ledger_id);
927: END LOOP;
928: END IF;

Line 1130: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,

1126: p_sla_ledger_cur_bal_sus_ccid := x_sla_ledger_cur_bal_sus_ccid;
1127: --bug 3248289, calling xla api
1128: /* move to after update ledger
1129: IF (x_ledger_category_code = 'PRIMARY') THEN
1130: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1131: x_ledger_id);
1132: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1133: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1134: xla_acct_setup_pub_pkg.setup_ledger_options

Line 1134: xla_acct_setup_pub_pkg.setup_ledger_options

1130: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1131: x_ledger_id);
1132: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1133: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1134: xla_acct_setup_pub_pkg.setup_ledger_options
1135: (v_primary_ledgers.object_id,
1136: x_ledger_id);
1137: END LOOP;
1138: END IF;

Line 1390: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,

1386: OR ( (x_current_sla_actg_method_type IS NULL)
1387: AND (x_sla_accounting_method_type IS NOT NULL))) THEN
1388: --bug 3248289, calling xla api
1389: IF (x_ledger_category_code = 'PRIMARY') THEN
1390: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1391: x_ledger_id);
1392: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1393: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1394: xla_acct_setup_pub_pkg.setup_ledger_options

Line 1394: xla_acct_setup_pub_pkg.setup_ledger_options

1390: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1391: x_ledger_id);
1392: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1393: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1394: xla_acct_setup_pub_pkg.setup_ledger_options
1395: (v_primary_ledgers.object_id,
1396: x_ledger_id);
1397: END LOOP;
1398: END IF;