DBA Data[Home] [Help]

APPS.CSP_MO_MTLTXNS_UTIL dependencies on CSP_PACKLIST_HEADERS_PVT

Line 382: l_packlist_headers_rec CSP_packlist_headers_PVT.PLH_Rec_Type;

378: l_csp_mtltxn_misc_issue_rec CSP_MATERIAL_TRANSACTIONS_PVT.CSP_Rec_Type;
379: l_mtlt_tbl csp_pp_util.g_mtlt_tbl_type;
380: l_msnt_tbl csp_pp_util.g_msnt_tbl_type;
381: l_trolin_rec INV_Move_Order_PUB.Trolin_Rec_Type;
382: l_packlist_headers_rec CSP_packlist_headers_PVT.PLH_Rec_Type;
383:
384: -- Use 1 as the starting index because it is what the core apps API uses.
385: -- we are not going to update this index becase there is only one record in the
386: -- msnt that is coresponding to the l_packlist_sl_rec.serial_number.

Line 2097: -- Call the CSP_Packlist_Headers_PVT.Update_packlist_headers to update the packlist_status.

2093: l_packlist_headers_rec.date_received := sysdate;
2094: l_packlist_headers_rec.last_update_date := sysdate;
2095: l_packlist_headers_rec.packlist_status := l_packlist_header_status;
2096:
2097: -- Call the CSP_Packlist_Headers_PVT.Update_packlist_headers to update the packlist_status.
2098: CSP_Packlist_Headers_PVT.Update_packlist_headers(
2099: P_Api_Version_Number => l_api_version_number,
2100: P_Init_Msg_List => p_init_msg_list,
2101: P_Commit => FND_API.G_FALSE,

Line 2098: CSP_Packlist_Headers_PVT.Update_packlist_headers(

2094: l_packlist_headers_rec.last_update_date := sysdate;
2095: l_packlist_headers_rec.packlist_status := l_packlist_header_status;
2096:
2097: -- Call the CSP_Packlist_Headers_PVT.Update_packlist_headers to update the packlist_status.
2098: CSP_Packlist_Headers_PVT.Update_packlist_headers(
2099: P_Api_Version_Number => l_api_version_number,
2100: P_Init_Msg_List => p_init_msg_list,
2101: P_Commit => FND_API.G_FALSE,
2102: p_validation_level => l_validation_level,