DBA Data[Home] [Help]

APPS.JAI_PA_COSTING_PKG dependencies on PA_IMPLEMENTATIONS

Line 2068: FROM pa_implementations;

2064: FND_FILE.put_line(FND_FILE.log, 'LN_REQUEST_ID '|| LN_REQUEST_ID);
2065:
2066: SELECT org_id
2067: INTO ln_org_id
2068: FROM pa_implementations;
2069:
2070: /* Get the weekending date of the maximum expenditure item date of
2071: this PO distribution */
2072: SELECT pa_utils.getweekending(MAX(expenditure_item_date))