DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on XLA_ACCT_SETUP_PUB_PKG

Line 914: xla_acct_setup_pub_pkg.setup_ledger_options

910: IF(x_ledger_category_code IN('PRIMARY','SECONDARY')
911: AND recinfo.ret_earn_code_combination_id = -1
912: AND recinfo.sla_accounting_method_code IS NOT NULL) THEN
913: IF(x_ledger_category_code = 'PRIMARY')THEN
914: xla_acct_setup_pub_pkg.setup_ledger_options
915: (x_ledger_id,
916: x_ledger_id);
917: ELSE
918: FOR v_primary_ledgers IN c_primary_ledgers LOOP

Line 919: xla_acct_setup_pub_pkg.setup_ledger_options

915: (x_ledger_id,
916: x_ledger_id);
917: ELSE
918: FOR v_primary_ledgers IN c_primary_ledgers LOOP
919: xla_acct_setup_pub_pkg.setup_ledger_options
920: (v_primary_ledgers.object_id,
921: x_ledger_id);
922: END LOOP;
923: END IF;

Line 1125: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,

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

Line 1129: xla_acct_setup_pub_pkg.setup_ledger_options

1125: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1126: x_ledger_id);
1127: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1128: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1129: xla_acct_setup_pub_pkg.setup_ledger_options
1130: (v_primary_ledgers.object_id,
1131: x_ledger_id);
1132: END LOOP;
1133: END IF;

Line 1383: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,

1379: OR ( (x_current_sla_actg_method_type IS NULL)
1380: AND (x_sla_accounting_method_type IS NOT NULL))) THEN
1381: --bug 3248289, calling xla api
1382: IF (x_ledger_category_code = 'PRIMARY') THEN
1383: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1384: x_ledger_id);
1385: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1386: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1387: xla_acct_setup_pub_pkg.setup_ledger_options

Line 1387: xla_acct_setup_pub_pkg.setup_ledger_options

1383: xla_acct_setup_pub_pkg.setup_ledger_options(x_ledger_id,
1384: x_ledger_id);
1385: ELSIF(x_ledger_category_code = 'SECONDARY') THEN
1386: FOR v_primary_ledgers IN c_primary_ledgers LOOP
1387: xla_acct_setup_pub_pkg.setup_ledger_options
1388: (v_primary_ledgers.object_id,
1389: x_ledger_id);
1390: END LOOP;
1391: END IF;