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 711: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_BUYER

707: -- do not check the price tolerance when
708: -- 1. user role is CAT ADMIN/SUPPLIER and
709: -- 2. document type is GBPA
710:
711: IF (PO_PDOI_PARAMS.g_request.role = PO_GLOBAL.g_role_BUYER
712: OR
713: NOT
714: (PO_PDOI_PARAMS.g_request.document_type =
715: PO_PDOI_CONSTANTS.g_DOC_TYPE_BLANKET