DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on STANDARD

Line 1874: l_document_subtype := 'STANDARD';

1870: -- has to be in 'APPROVED' status, otherwise
1871: -- the api will fail. so change the document
1872: -- to 'APPROVED' status first.
1873: if(l_document_type= 'PO') then
1874: l_document_subtype := 'STANDARD';
1875:
1876: update po_headers_all
1877: set AUTHORIZATION_STATUS = 'APPROVED',
1878: approved_flag='Y',

Line 3305: note, this fix will not impact standard PO,

3301: end if;
3302: end if;
3303:
3304: /* bug 3916594: added condition to check for release
3305: note, this fix will not impact standard PO,
3306: as null<>null yields null
3307: */
3308: if(nvl(l_current_header_id, l_document_header_id)
3309: <>l_document_header_id

Line 4400: l_document_subtype:='STANDARD';

4396: from po_releases_all por, po_headers_all poh
4397: where por.po_release_id=l_document_id
4398: and por.po_header_id=poh.po_header_id;
4399: else
4400: l_document_subtype:='STANDARD';
4401:
4402: fnd_message.set_name ('PO','PO_WF_NOTIF_ORDER');
4403: l_document_type_disp := fnd_message.get;
4404:

Line 8189: l_document_subtype := 'STANDARD';

8185: open l_get_group_id_po_csr;
8186: fetch l_get_group_id_po_csr
8187: into l_change_request_group_id, l_po_chg_itemtype, l_po_chg_itemkey;
8188: close l_get_group_id_po_csr;
8189: l_document_subtype := 'STANDARD';
8190: end if;
8191:
8192: PO_WF_UTIL_PKG.SetItemAttrText(itemtype => itemtype,
8193: itemkey => itemkey,

Line 8806: -- Standard API check of p_commit

8802: exit when l_index=l_last;
8803: l_index:=p_CanceledReqLineIDs_tbl.next(l_index);
8804: end loop;
8805:
8806: -- Standard API check of p_commit
8807: IF FND_API.to_boolean(p_commit) THEN
8808: COMMIT WORK;
8809: END IF;
8810:

Line 8869: -- End standard API initialization

8865: l_api_name, g_pkg_name) THEN
8866: RAISE FND_API.g_exc_unexpected_error;
8867: END IF;
8868: x_return_status := FND_API.g_ret_sts_success;
8869: -- End standard API initialization
8870:
8871: open change_request_group_id;
8872: fetch change_request_group_id into l_change_request_group_id;
8873: close change_request_group_id;

Line 10169: l_document_subtype:='STANDARD';

10165:
10166: IF (l_document_type = 'RELEASE') THEN
10167: l_document_subtype:='BLANKET';
10168: ELSE
10169: l_document_subtype:='STANDARD';
10170: END IF;
10171:
10172: l_progress := 'PO_ReqChangeRequestWF_PVT.Accept_Po_Changes: 03';
10173:

Line 11442: -- End standard API initialization

11438:
11439: RAISE fnd_api.g_exc_unexpected_error;
11440: END IF;
11441: x_return_status := fnd_api.g_ret_sts_success;
11442: -- End standard API initialization
11443: l_progress := '001';
11444:
11445: IF g_debug_stmt THEN
11446: po_debug.debug_var(l_log_head,l_progress,'p_req_header_id',p_req_header_id );