DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CSTPAPHK

Line 6156: l_ae_line_rec.account := CSTPAPHK.get_account_id (

6152: IF (l_cost <> 0 OR (l_cost=0 AND l_txn_ce_bal_account <> -1)) THEN
6153: -- Get the corresponding Cost Element Account.
6154: -- -------------------------------------------
6155: l_stmt_num := 35;
6156: l_ae_line_rec.account := CSTPAPHK.get_account_id (
6157: i_ae_txn_rec.transaction_id,
6158: i_ae_txn_rec.legal_entity_id,
6159: i_ae_txn_rec.cost_type_id,
6160: i_ae_txn_rec.cost_group_id,

Line 6306: l_ae_line_rec.account := CSTPAPHK.get_account_id (

6302: l_dr_flag := "FALSE";
6303: end if;
6304: l_ae_line_rec.ae_line_type := 20;
6305: l_stmt_num := 65;
6306: l_ae_line_rec.account := CSTPAPHK.get_account_id (
6307: i_ae_txn_rec.transaction_id,
6308: i_ae_txn_rec.legal_entity_id,
6309: i_ae_txn_rec.cost_type_id,
6310: i_ae_txn_rec.cost_group_id,

Line 7063: l_std_cost_adj_var_acct:= CSTPAPHK.get_account_id (

7059: else
7060: l_dr_flag := "FALSE";
7061: end if;
7062: l_stmt_num := 45;
7063: l_std_cost_adj_var_acct:= CSTPAPHK.get_account_id (
7064: i_ae_txn_rec.transaction_id,
7065: i_ae_txn_rec.legal_entity_id,
7066: i_ae_txn_rec.cost_type_id,
7067: i_ae_txn_rec.cost_group_id,

Line 7556: l_ae_line_rec.account := CSTPAPHK.get_account_id (

7552:
7553: if (l_cost is not null) then /* IF THERE EXISTS A COST FOR THE COST ELEMENT */
7554:
7555: l_stmt_num := 45;
7556: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7557: i_ae_txn_rec.transaction_id,
7558: i_ae_txn_rec.legal_entity_id,
7559: i_ae_txn_rec.cost_type_id,
7560: i_ae_txn_rec.cost_group_id,

Line 7806: l_ae_line_rec.account := CSTPAPHK.get_account_id (

7802:
7803: if (l_cost is not null) then
7804:
7805: l_stmt_num := 30;
7806: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7807: i_ae_txn_rec.transaction_id,
7808: i_ae_txn_rec.legal_entity_id,
7809: i_ae_txn_rec.cost_type_id,
7810: i_ae_txn_rec.cost_group_id,

Line 7887: l_ae_line_rec.account := CSTPAPHK.get_account_id (

7883: and level_type = decode(i_ovhd_absp,1,2,2,0,level_type)));
7884: if (l_cost is not null) then
7885:
7886: l_stmt_num := 60;
7887: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7888: i_ae_txn_rec.transaction_id,
7889: i_ae_txn_rec.legal_entity_id,
7890: i_ae_txn_rec.cost_type_id,
7891: i_ae_txn_rec.cost_group_id,

Line 8016: l_ae_line_rec.account := CSTPAPHK.get_account_id (

8012: fetch mat_ovhds into l_res_id, l_cost;
8013: exit when mat_ovhds%NOTFOUND;
8014:
8015: l_stmt_num := 10;
8016: l_ae_line_rec.account := CSTPAPHK.get_account_id (
8017: i_ae_txn_rec.transaction_id,
8018: i_ae_txn_rec.legal_entity_id,
8019: i_ae_txn_rec.cost_type_id,
8020: i_ae_txn_rec.cost_group_id,

Line 8708: l_ae_line_rec.account := CSTPAPHK.get_account_id (

8704: -- Get the corresponding Accounts.
8705: -- -------------------------------
8706:
8707: l_stmt_num := 145;
8708: l_ae_line_rec.account := CSTPAPHK.get_account_id (
8709: i_ae_txn_rec.transaction_id,
8710: i_ae_txn_rec.legal_entity_id,
8711: i_ae_txn_rec.cost_type_id,
8712: i_ae_txn_rec.cost_group_id,

Line 9249: l_ae_line_rec.account := CSTPAPHK.get_account_id (

9245:
9246: IF (l_cost is not null) then
9247:
9248: l_stmt_num := 30;
9249: l_ae_line_rec.account := CSTPAPHK.get_account_id (
9250: i_ae_txn_rec.transaction_id,
9251: i_ae_txn_rec.legal_entity_id,
9252: i_ae_txn_rec.cost_type_id,
9253: i_ae_txn_rec.cost_group_id,