DBA Data[Home] [Help]

APPS.CSE_REDO_PKG dependencies on CSE_PO_NOQUEUE_PVT

Line 53: CSE_PO_NOQUEUE_PVT.Process_NoQueue_Txn(

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

Line 68: CSE_PO_NOQUEUE_PVT.pa_interface(

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