DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_SESSION_GT_S

Line 3126: -- PO_SESSION_GT_S

3122: -- None.
3123: --Modifies:
3124: -- PO_ONLINE_REPORT_TEXT
3125: -- PO_SESSION_GT
3126: -- PO_SESSION_GT_S
3127: --Locks:
3128: -- None.
3129: --Function:
3130: -- Validates all the enabled org assignments of the Global Agreement

Line 3387: -- PO_SESSION_GT_S

3383: --Pre-reqs:
3384: -- None.
3385: --Modifies:
3386: -- PO_SESSION_GT
3387: -- PO_SESSION_GT_S
3388: --Locks:
3389: -- None.
3390: --Function:
3391: -- Populates the global session table PO_SESSION_GT with all the org

Line 3413: -- The next value in the PO_SESSION_GT_S sequence to be used as the key for

3409: --x_return_status
3410: -- FND_API.g_ret_sts_success - success
3411: -- FND_API.g_ret_sts_unexp_error - unexpected error occurs
3412: --x_key
3413: -- The next value in the PO_SESSION_GT_S sequence to be used as the key for
3414: -- all the data inserted.
3415: --End of Comments
3416: --------------------------------------------------------------------------------
3417: PROCEDURE populate_session_gt

Line 3435: SELECT po_session_gt_s.nextval

3431: l_progress := '000';
3432: x_return_status := FND_API.g_ret_sts_success;
3433:
3434: -- Get the key for the global session table to use for this GA
3435: SELECT po_session_gt_s.nextval
3436: INTO x_key
3437: FROM DUAL;
3438:
3439: l_progress := '010';