DBA Data[Home] [Help]

APPS.PO_DOCUMENT_LOCK_GRP dependencies on PO_SESSION_GT

Line 30: -- documents to be locked are available in po_session_gt with key =po_sesiongt_key

26: --Name: lock_document
27: --Function:
28: -- Locks all the document,including the header and all the lines, shipments,
29: -- and distributions, as appropriate .
30: -- documents to be locked are available in po_session_gt with key =po_sesiongt_key
31: --Notes:
32: -- See the package body for more comments.
33: --End of Comments
34: -------------------------------------------------------------------------------

Line 43: po_sesiongt_key IN po_session_gt.key%TYPE

39: p_init_msg_list IN VARCHAR2,
40: x_return_status OUT NOCOPY VARCHAR2,
41: p_user_id IN po_lines.last_updated_by%TYPE,
42: p_login_id IN po_lines.last_update_login%TYPE,
43: po_sesiongt_key IN po_session_gt.key%TYPE
44: );
45:
46: END PO_DOCUMENT_LOCK_GRP;