DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on ICX_REQ_CUSTOM

Line 357: icx_req_custom.po_custom_build_req_account2(EMPLOYEE_ID => l_emp_id,

353: fetch get_custom_values into v_custom_value_rec;
354: close get_custom_values;
355:
356: -- Call the custom build
357: icx_req_custom.po_custom_build_req_account2(EMPLOYEE_ID => l_emp_id,
358: employee_default_account_id => v_custom_value_rec.employee_default_account_id,
359: employee_org_id => v_custom_value_rec.employee_org_id,
360: employee_bus_group_id => v_custom_value_rec.employee_bus_group_id,
361: po_org_id => v_custom_value_rec.po_org_id,

Line 578: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,

574: dbms_sql.close_cursor(v_cursor_id);
575:
576:
577: -- update the other account id based on charge account id
578: icx_req_custom.cart_custom_build_req_account2(v_cart_line_id,
579: v_variance_acct_id,
580: v_budget_acct_id,
581: v_accrual_acct_id,
582: v_return_code);

Line 1148: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,

1144:
1145: -- get account from customer default
1146: v_account_id := NULL;
1147: v_account_num := NULL;
1148: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,
1149: v_account_num,
1150: v_account_id,
1151: v_return_code);
1152:

Line 1306: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,

1302: v_account_num := NULL;
1303:
1304: -- Call po custom account build procedure
1305: /* to remove icx custom
1306: icx_req_custom.cart_custom_build_req_account(v_cart_line_id,
1307: v_account_num,
1308: v_account_id,
1309: v_return_code);
1310: */