DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on PA_INVOICE_UTILS

Line 1236: if pa_invoice_utils.check_draft_invoice_exists(p_project_id,

1232: if (C1%FOUND AND C2%FOUND AND C3%FOUND) then
1233: /* Doing this check here so that if standard invoice is generated for the project
1234: then we should not allow to check/uncheck the bill_another_project_flag */
1235: /* Start for bug 3255704 */
1236: if pa_invoice_utils.check_draft_invoice_exists(p_project_id,
1237: p_customer_id) = 0 then
1238: --dbms_output.put_line('No draft invoice');
1239:
1240: if (p_receiver_task_id <> FND_API.G_MISS_NUM) AND (p_receiver_task_id is not NULL) then