DBA Data[Home] [Help]

APPS.FTE_TRACKING_WRAPPER dependencies on FTE_TRACKING_TRANSACTION_S

Line 92: select FTE_TRACKING_TRANSACTION_S.nextval into l_transaction_id_s from dual;

88: EXIT when c_child_delivery_leg%NOTFOUND;
89:
90:
91: --Create a new Transaction id for records in headers/detail/proof
92: select FTE_TRACKING_TRANSACTION_S.nextval into l_transaction_id_s from dual;
93:
94:
95: --Create a new Activity Id to record the activity in Activities table
96: select WSH_DELIVERY_LEG_ACTIVITIES_S.nextval into l_activity_id_s from dual;