DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on STANDARD

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

1220: open C3;
1221: fetch C3 into l_dummy;
1222:
1223: if (C1%FOUND AND C2%FOUND AND C3%FOUND) then
1224: /* Doing this check here so that if standard invoice is generated for the project
1225: then we should not allow to check/uncheck the bill_another_project_flag */
1226: /* Start for bug 3255704 */
1227: if pa_invoice_utils.check_draft_invoice_exists(p_project_id,
1228: p_customer_id) = 0 then