DBA Data[Home] [Help]

APPS.CSP_SCH_INT_PVT dependencies on CSP_TRANSACTIONS_PUB

Line 8386: l_trans_record csp_transactions_pub.trans_items_rec_type;

8382: AND oola.ordered_quantity = mr.reservation_quantity
8383: AND dres.source_type = 'RES'
8384: AND dres.source_id = mr.reservation_id;
8385:
8386: l_trans_record csp_transactions_pub.trans_items_rec_type;
8387: l_trans_tbl csp_transactions_pub.trans_items_tbl_type;
8388: l_reservation_rec csp_sch_int_pvt.reservation_rec_typ;
8389: l_requirement_header csp_requirement_headers_pvt.requirement_header_rec_type;
8390: l_new_reservation_id number;

Line 8387: l_trans_tbl csp_transactions_pub.trans_items_tbl_type;

8383: AND dres.source_type = 'RES'
8384: AND dres.source_id = mr.reservation_id;
8385:
8386: l_trans_record csp_transactions_pub.trans_items_rec_type;
8387: l_trans_tbl csp_transactions_pub.trans_items_tbl_type;
8388: l_reservation_rec csp_sch_int_pvt.reservation_rec_typ;
8389: l_requirement_header csp_requirement_headers_pvt.requirement_header_rec_type;
8390: l_new_reservation_id number;
8391: l_req_line_detail_id number;

Line 8483: csp_transactions_pub.transact_intorg_transfer(

8479: l_trans_tbl(1) := l_trans_record;
8480:
8481: if old_res_record.organization_id <> l_new_dest_org then
8482: log('move_parts_on_reassign', 'before calling transact_intorg_transfer...');
8483: csp_transactions_pub.transact_intorg_transfer(
8484: P_Api_Version_Number => 1.0,
8485: p_Trans_Items => l_trans_tbl,
8486: p_if_intransit => false,
8487: X_Return_Status => x_return_status,

Line 8503: csp_transactions_pub.transact_subinv_transfer(

8499: return;
8500: end if;
8501: else
8502: log('move_parts_on_reassign', 'before calling transact_subinv_transfer...');
8503: csp_transactions_pub.transact_subinv_transfer(
8504: P_Api_Version_Number => 1.0,
8505: p_Trans_Items => l_trans_tbl,
8506: X_Return_Status => x_return_status,
8507: X_Msg_Count => x_msg_count,