DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_CORE_S

Line 12534: IF( PO_CORE_S.is_encumbrance_on(

12530: IF( p_req_line_id is not null) THEN
12531:
12532: l_progress := '002';
12533: --check whether req encumbrance is on
12534: IF( PO_CORE_S.is_encumbrance_on(
12535: p_doc_type => PO_DOCUMENT_CHECKS_PVT.g_document_type_REQUISITION
12536: , p_org_id => NULL
12537: )) THEN
12538:

Line 12916: l_is_req_encumbrance := PO_CORE_S.is_encumbrance_on(

12912: 3. if no, update cancel flag to Y
12913: 4. delete mtl_supply
12914: 5. update authorization status for req header*/
12915:
12916: l_is_req_encumbrance := PO_CORE_S.is_encumbrance_on(
12917: p_doc_type => PO_DOCUMENT_FUNDS_PVT.g_doc_type_REQUISITION
12918: , p_org_id => NULL
12919: );
12920:

Line 12942: , p_doc_type =>PO_CORE_S.g_doc_type_REQUISITION

12938: , p_commit => fnd_api.g_true
12939: , p_init_msg_list => fnd_api.g_false
12940: , p_validation_level=> FND_API.G_VALID_LEVEL_FULL
12941: , x_return_status =>l_return_status
12942: , p_doc_type =>PO_CORE_S.g_doc_type_REQUISITION
12943: , p_doc_subtype =>null
12944: , p_doc_level =>'LINE'
12945: , p_doc_level_id => p_req_line_id
12946: , p_override_funds =>PO_DOCUMENT_FUNDS_GRP.g_parameter_USE_PROFILE

Line 13403: IF( PO_CORE_S.is_encumbrance_on(

13399: IF( p_req_line_id is not null) THEN
13400:
13401: l_progress := '002';
13402: --check whether req encumbrance is on
13403: IF( PO_CORE_S.is_encumbrance_on(
13404: p_doc_type => PO_DOCUMENT_CHECKS_PVT.g_document_type_REQUISITION
13405: , p_org_id => NULL
13406: )) THEN
13407: