DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CLOSE dependencies on STANDARD

Line 1310: -- 'PO': 'PLANNED', 'STANDARD'

1306: -- p_document_type
1307: -- 'RELEASE', 'PO'
1308: -- p_document_subtype
1309: -- 'RELEASE': 'BLANKET', 'SCHEDULED'
1310: -- 'PO': 'PLANNED', 'STANDARD'
1311: -- p_action
1312: -- A manual close action. Use g_doc_action_<> constant where possible.
1313: -- 'INVOICE OPEN', 'INVOICE CLOSE', 'OPEN', 'CLOSE', 'RECEIVE OPEN'
1314: -- 'RECEIVE CLOSE', 'FINALLY CLOSE'

Line 1462: OR (p_document_type = 'PO' AND p_document_subtype = 'STANDARD'))

1458:
1459: d_progress := 140;
1460:
1461: IF ((p_document_type = 'RELEASE')
1462: OR (p_document_type = 'PO' AND p_document_subtype = 'STANDARD'))
1463: THEN
1464:
1465: d_progress := 150;
1466:

Line 2156: -- : STANDARD doc subtype no longer implies

2152: WHERE poll.line_location_id = l_id_tbl(i)
2153: AND NVL(poll.closed_code, 'OPEN') <> 'FINALLY CLOSED'
2154: AND poll.shipment_type =
2155: DECODE(p_document_type,
2156: -- : STANDARD doc subtype no longer implies
2157: -- 'STANDARD' shipptype; it can also be PREPAYMENT.
2158: 'PO', DECODE(p_document_subtype, 'STANDARD', poll.shipment_type, 'PLANNED'),
2159: 'RELEASE', DECODE(p_document_subtype, 'SCHEDULED', 'SCHEDULED', 'BLANKET'))
2160: ;

Line 2157: -- 'STANDARD' shipptype; it can also be PREPAYMENT.

2153: AND NVL(poll.closed_code, 'OPEN') <> 'FINALLY CLOSED'
2154: AND poll.shipment_type =
2155: DECODE(p_document_type,
2156: -- : STANDARD doc subtype no longer implies
2157: -- 'STANDARD' shipptype; it can also be PREPAYMENT.
2158: 'PO', DECODE(p_document_subtype, 'STANDARD', poll.shipment_type, 'PLANNED'),
2159: 'RELEASE', DECODE(p_document_subtype, 'SCHEDULED', 'SCHEDULED', 'BLANKET'))
2160: ;
2161:

Line 2158: 'PO', DECODE(p_document_subtype, 'STANDARD', poll.shipment_type, 'PLANNED'),

2154: AND poll.shipment_type =
2155: DECODE(p_document_type,
2156: -- : STANDARD doc subtype no longer implies
2157: -- 'STANDARD' shipptype; it can also be PREPAYMENT.
2158: 'PO', DECODE(p_document_subtype, 'STANDARD', poll.shipment_type, 'PLANNED'),
2159: 'RELEASE', DECODE(p_document_subtype, 'SCHEDULED', 'SCHEDULED', 'BLANKET'))
2160: ;
2161:
2162: --