DBA Data[Home] [Help]

APPS.CSTPAPBR dependencies on CSTPAPHK

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

5870: IF (l_cost <> 0 OR (l_cost=0 AND l_txn_ce_bal_account <> -1)) THEN
5871: -- Get the corresponding Cost Element Account.
5872: -- -------------------------------------------
5873: l_stmt_num := 35;
5874: l_ae_line_rec.account := CSTPAPHK.get_account_id (
5875: i_ae_txn_rec.transaction_id,
5876: i_ae_txn_rec.legal_entity_id,
5877: i_ae_txn_rec.cost_type_id,
5878: i_ae_txn_rec.cost_group_id,

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

6017: l_dr_flag := "FALSE";
6018: end if;
6019: l_ae_line_rec.ae_line_type := 20;
6020: l_stmt_num := 65;
6021: l_ae_line_rec.account := CSTPAPHK.get_account_id (
6022: i_ae_txn_rec.transaction_id,
6023: i_ae_txn_rec.legal_entity_id,
6024: i_ae_txn_rec.cost_type_id,
6025: i_ae_txn_rec.cost_group_id,

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

7178:
7179: if (l_cost is not null) then /* IF THERE EXISTS A COST FOR THE COST ELEMENT */
7180:
7181: l_stmt_num := 45;
7182: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7183: i_ae_txn_rec.transaction_id,
7184: i_ae_txn_rec.legal_entity_id,
7185: i_ae_txn_rec.cost_type_id,
7186: i_ae_txn_rec.cost_group_id,

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

7419:
7420: if (l_cost is not null) then
7421:
7422: l_stmt_num := 30;
7423: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7424: i_ae_txn_rec.transaction_id,
7425: i_ae_txn_rec.legal_entity_id,
7426: i_ae_txn_rec.cost_type_id,
7427: i_ae_txn_rec.cost_group_id,

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

7500: and level_type = decode(i_ovhd_absp,1,2,2,0,level_type)));
7501: if (l_cost is not null) then
7502:
7503: l_stmt_num := 60;
7504: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7505: i_ae_txn_rec.transaction_id,
7506: i_ae_txn_rec.legal_entity_id,
7507: i_ae_txn_rec.cost_type_id,
7508: i_ae_txn_rec.cost_group_id,

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

7629: fetch mat_ovhds into l_res_id, l_cost;
7630: exit when mat_ovhds%NOTFOUND;
7631:
7632: l_stmt_num := 10;
7633: l_ae_line_rec.account := CSTPAPHK.get_account_id (
7634: i_ae_txn_rec.transaction_id,
7635: i_ae_txn_rec.legal_entity_id,
7636: i_ae_txn_rec.cost_type_id,
7637: i_ae_txn_rec.cost_group_id,

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

8318: -- Get the corresponding Accounts.
8319: -- -------------------------------
8320:
8321: l_stmt_num := 145;
8322: l_ae_line_rec.account := CSTPAPHK.get_account_id (
8323: i_ae_txn_rec.transaction_id,
8324: i_ae_txn_rec.legal_entity_id,
8325: i_ae_txn_rec.cost_type_id,
8326: i_ae_txn_rec.cost_group_id,

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

8804:
8805: IF (l_cost is not null) then
8806:
8807: l_stmt_num := 30;
8808: l_ae_line_rec.account := CSTPAPHK.get_account_id (
8809: i_ae_txn_rec.transaction_id,
8810: i_ae_txn_rec.legal_entity_id,
8811: i_ae_txn_rec.cost_type_id,
8812: i_ae_txn_rec.cost_group_id,