DBA Data[Home] [Help]

APPS.PO_COPYDOC_SUB dependencies on PO_PROJECT_DETAILS_SV

Line 2711: PO_PROJECT_DETAILS_SV.validate_proj_references_wpr

2707: --
2708: ELSE
2709: --< Bug 3265539 Start >
2710: -- Call PO wrapper procedure to validate the PJM project
2711: PO_PROJECT_DETAILS_SV.validate_proj_references_wpr
2712: (p_inventory_org_id => x_po_shipment_record.ship_to_organization_id,
2713: p_operating_unit => l_ship_to_ou_id,
2714: p_project_id => x_po_distribution_record.project_id,
2715: p_task_id => x_po_distribution_record.task_id,

Line 2722: IF ( l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_failure) THEN

2718: p_calling_function => 'POXCPSUB',
2719: x_error_code => l_val_proj_error_code,
2720: x_return_code => l_val_proj_result);
2721:
2722: IF ( l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_failure) THEN
2723: -- Write the message to the PO_ONLINE_REPORT_TEXT table as an error.
2724: po_copydoc_s1.online_report(x_online_report_id,
2725: x_sequence, FND_MESSAGE.get,
2726: x_line_num, x_shipment_num, x_distribution_num,

Line 2728: ELSIF ( l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_warning) THEN

2724: po_copydoc_s1.online_report(x_online_report_id,
2725: x_sequence, FND_MESSAGE.get,
2726: x_line_num, x_shipment_num, x_distribution_num,
2727: PO_COPYDOC_S1.G_ERROR_MESSAGE_TYPE);
2728: ELSIF ( l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_warning) THEN
2729: -- Write the message to the PO_ONLINE_REPORT_TEXT table as a warning.
2730: po_copydoc_s1.online_report(x_online_report_id,
2731: x_sequence, FND_MESSAGE.get,
2732: x_line_num, x_shipment_num, x_distribution_num,