DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT2 dependencies on ICX_REQ_CUSTOM

Line 332: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,

328:
329:
330:
331: -- update the other account id based on charge account id
332: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,
333: v_variance_acct_id,
334: v_budget_acct_id,
335: v_accrual_acct_id,
336: v_return_code);

Line 530: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,

526: l_ret := dbms_sql.execute(v_cursor_id);
527: dbms_sql.close_cursor(v_cursor_id);
528:
529: -- update the other account id based on charge account id
530: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,
531: v_variance_acct_id,
532: v_budget_acct_id,
533: v_accrual_acct_id,
534: v_return_code);

Line 1071: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,

1067:
1068: -- get account from customer default
1069: v_account_id := NULL;
1070: v_account_num := NULL;
1071: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,
1072: v_account_num,
1073: v_account_id,
1074: v_return_code);
1075:

Line 1226: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,

1222:
1223: -- get account from customer default
1224: v_account_id := NULL;
1225: v_account_num := NULL;
1226: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,
1227: v_account_num,
1228: v_account_id,
1229: v_return_code);
1230: