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 3572: cursor subscription_approval is select subscription_id from jtf_um_subscriptions_b

3568: where approval_id = p_approval_id
3569: and nvl (effective_end_date, sysdate + 1) > sysdate;
3570: p_usertype_id number;
3571:
3572: cursor subscription_approval is select subscription_id from jtf_um_subscriptions_b
3573: where approval_id = p_approval_id
3574: and nvl (effective_end_date, sysdate + 1) > sysdate;
3575: p_subscription_id number;
3576: