DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on STANDARD

Line 1233: /* Doing this check here so that if standard invoice is generated for the project

1229: open C3;
1230: fetch C3 into l_dummy;
1231:
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