DBA Data[Home] [Help]

APPS.PO_PDOI_MOVE_TO_DRAFT_TABS_PVT dependencies on PO_GLOBAL

Line 180: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_CAT_ADMIN

176: -- set all lines to notified if:
177: -- 1. user role is CAT ADMIN and
178: -- 2. document type is LBPA/QTN and
179: -- 3. the line's current status is not notified
180: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_CAT_ADMIN
181: AND
182: ((PO_PDOI_PARAMS.g_request.document_type =
183: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET -- blanket
184: AND

Line 756: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_BUYER

752: -- do not check the price tolerance when
753: -- 1. user role is CAT ADMIN/SUPPLIER and
754: -- 2. document type is GBPA
755:
756: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_BUYER
757: OR
758: NOT
759: (PO_PDOI_PARAMS.g_request.document_type =
760: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET