DBA Data[Home] [Help]

APPS.PO_AUTO_HEADER_PROCESS_PVT dependencies on PO_DRAFTS_PVT

Line 1267: x_headers.draft_id := PO_DRAFTS_PVT.draft_id_nextval;

1263: END IF;
1264: -- bug 16425245
1265:
1266: -- Get the new Draft Id
1267: x_headers.draft_id := PO_DRAFTS_PVT.draft_id_nextval;
1268: po_autocreate_params.g_draft_id := x_headers.draft_id;
1269: -- Indicates Draft exists for that document
1270: PO_AUTOCREATE_PARAMS.g_is_mod_exists := FALSE;
1271:

Line 1580: x_headers.draft_id := PO_DRAFTS_PVT.draft_id_nextval;

1576: ELSE -- g_mode = 'NEW'
1577:
1578: l_progress := '060';
1579: -- Get the new Draft Id
1580: x_headers.draft_id := PO_DRAFTS_PVT.draft_id_nextval;
1581: po_autocreate_params.g_draft_id := x_headers.draft_id;
1582: PO_FED_FIELD_FUNCTIONS.XPD_DRAFT_ID := x_headers.draft_id; --Bug 11894977
1583: -- Indecates Draft exists for that document
1584: PO_AUTOCREATE_PARAMS.g_is_mod_exists := FALSE;