DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on HR_API_TRANSACTIONS

Line 72: function isCurrentTxnSFLClose ( p_transaction_id hr_api_transactions.transaction_id%type )

68:
69: procedure closeOpenSFLNotification(p_transaction_id IN NUMBER);
70:
71: --5672792
72: function isCurrentTxnSFLClose ( p_transaction_id hr_api_transactions.transaction_id%type )
73: return varchar2;
74: --5672792
75:
76: END HR_SFLUTIL_SS;