DBA Data[Home] [Help]

APPS.PA_OTC_API dependencies on PA_TXN_INTERFACE_S

Line 1179: select pa_txn_interface_s.nextval

1175: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1176: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1177: End If;
1178:
1179: select pa_txn_interface_s.nextval
1180: into l_txn_xface_id
1181: from dual;
1182:
1183: G_Stage := 'Store new/changed Trx Import Rec in pl/sql arrays for BB/Ovn: ' || l_New_Orig_Trx_Ref ||

Line 1744: Select Pa_Txn_Interface_S.NextVal

1740: Pa_Debug.G_err_Stage := 'Pa_Otc_Api ::: ' || G_Path || ' :: ' || G_Stage;
1741: pa_cc_utils.log_message(Pa_Debug.G_Err_Stage,0);
1742: End If;
1743:
1744: Select Pa_Txn_Interface_S.NextVal
1745: Into l_Txn_Xface_Id
1746: From Dual;
1747:
1748: If l_Person_Type = 'CWK' And l_PO_Line_Id Is Not Null Then