DBA Data[Home] [Help]

APPS.JTF_UM_WF_APPROVAL dependencies on JTF_UM_SUBSCRIPTIONS_B

Line 330: from JTF_UM_SUBSCRIPTIONS_B

326: where USERTYPE_ID = requestID;
327:
328: cursor enrollApprovalCursor is
329: select APPROVAL_ID
330: from JTF_UM_SUBSCRIPTIONS_B
331: where SUBSCRIPTION_ID = requestID;
332:
333: cursor getUsertypeIdCursor is
334: select USERTYPE_ID

Line 3512: cursor subscription_approval is select subscription_id from jtf_um_subscriptions_b

3508: where approval_id = p_approval_id
3509: and nvl (effective_end_date, sysdate + 1) > sysdate;
3510: p_usertype_id number;
3511:
3512: cursor subscription_approval is select subscription_id from jtf_um_subscriptions_b
3513: where approval_id = p_approval_id
3514: and nvl (effective_end_date, sysdate + 1) > sysdate;
3515: p_subscription_id number;
3516: