DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_SESSION_GT_S

Line 2932: -- PO_SESSION_GT_S

2928: -- None.
2929: --Modifies:
2930: -- PO_ONLINE_REPORT_TEXT
2931: -- PO_SESSION_GT
2932: -- PO_SESSION_GT_S
2933: --Locks:
2934: -- None.
2935: --Function:
2936: -- Validates all the enabled org assignments of the Global Agreement

Line 3193: -- PO_SESSION_GT_S

3189: --Pre-reqs:
3190: -- None.
3191: --Modifies:
3192: -- PO_SESSION_GT
3193: -- PO_SESSION_GT_S
3194: --Locks:
3195: -- None.
3196: --Function:
3197: -- Populates the global session table PO_SESSION_GT with all the org

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

3215: --x_return_status
3216: -- FND_API.g_ret_sts_success - success
3217: -- FND_API.g_ret_sts_unexp_error - unexpected error occurs
3218: --x_key
3219: -- The next value in the PO_SESSION_GT_S sequence to be used as the key for
3220: -- all the data inserted.
3221: --End of Comments
3222: --------------------------------------------------------------------------------
3223: PROCEDURE populate_session_gt

Line 3241: SELECT po_session_gt_s.nextval

3237: l_progress := '000';
3238: x_return_status := FND_API.g_ret_sts_success;
3239:
3240: -- Get the key for the global session table to use for this GA
3241: SELECT po_session_gt_s.nextval
3242: INTO x_key
3243: FROM DUAL;
3244:
3245: l_progress := '010';