DBA Data[Home] [Help]

APPS.CSE_REDO_PKG dependencies on CSE_PO_NOQUEUE_PVT

Line 52: CSE_PO_NOQUEUE_PVT.Process_NoQueue_Txn(

48: IF (l_Txn_Type = 'PO_RECEIPT_INTO_PROJECT' AND p_Stage = 'IB_UPDATE') THEN
49:
50: CSE_UTIL_PKG.Get_String_Value(P_Body_Text,'RCV_TRANSACTION_ID',l_Transaction_Id);
51:
52: CSE_PO_NOQUEUE_PVT.Process_NoQueue_Txn(
53: P_Ref_Id => l_Transaction_Id,
54: p_txn_type => l_txn_type,
55: x_return_status => l_return_status,
56: x_msg_count => l_msg_count,

Line 67: CSE_PO_NOQUEUE_PVT.pa_interface(

63: ELSIF (l_Txn_Type = 'PO_RECEIPT_INTO_PROJECT' AND p_stage = 'PA_INTERFACE') THEN
64:
65: CSE_UTIL_PKG.Get_String_Value(P_Body_Text,'RCV_TRANSACTION_ID',l_Transaction_Id);
66:
67: CSE_PO_NOQUEUE_PVT.pa_interface(
68: P_Rcv_txn_Id => l_Transaction_Id,
69: x_return_status => l_return_status,
70: x_error_message => l_error_message);
71: