DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on STANDARD

Line 236: elsif p_event_class_rec.event_class_code in ('STANDARD INVOICES', 'PREPAYMENT INVOICES') and

232:
233: END LOOP;
234:
235: /**Invoice validation*/
236: elsif p_event_class_rec.event_class_code in ('STANDARD INVOICES', 'PREPAYMENT INVOICES') and
237: p_event_class_rec.tax_event_type_code in ('VALIDATE') then -- Validate Action
238:
239: lv_action := JAI_CONSTANTS.updating;
240:

Line 277: elsif p_event_class_rec.event_class_code in ('STANDARD INVOICES') and -- AP Open Interface

273: end if;
274: end loop;
275: --Added by Qiong for AP Open Interface Begin
276:
277: elsif p_event_class_rec.event_class_code in ('STANDARD INVOICES') and -- AP Open Interface
278: ((p_event_class_rec.EVENT_TYPE_CODE in ('STANDARD CREATED') and
279: p_event_class_rec.tax_event_type_code in ('CREATE')
280: ) OR
281: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09

Line 278: ((p_event_class_rec.EVENT_TYPE_CODE in ('STANDARD CREATED') and

274: end loop;
275: --Added by Qiong for AP Open Interface Begin
276:
277: elsif p_event_class_rec.event_class_code in ('STANDARD INVOICES') and -- AP Open Interface
278: ((p_event_class_rec.EVENT_TYPE_CODE in ('STANDARD CREATED') and
279: p_event_class_rec.tax_event_type_code in ('CREATE')
280: ) OR
281: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09
282: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')

Line 282: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')

278: ((p_event_class_rec.EVENT_TYPE_CODE in ('STANDARD CREATED') and
279: p_event_class_rec.tax_event_type_code in ('CREATE')
280: ) OR
281: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09
282: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')
283: )
284: ) THEN
285:
286: jai_tax_processing_pkg.open_interface

Line 642: if p_event_class_rec.event_class_code in ('STANDARD INVOICES') and

638: end if;
639:
640: if p_event_class_rec.application_id = 200 then -- called from AP
641:
642: if p_event_class_rec.event_class_code in ('STANDARD INVOICES') and
643: p_event_class_rec.tax_event_type_code in ('DISTRIBUTE') then -- Prepayment Application Action
644:
645: lv_action := JAI_CONSTANTS.inserting;
646:

Line 1436: IF zx_global_structures_pkg.g_event_class_rec.event_class_code IN ('STANDARD INVOICES' ) AND

1432:
1433: BEGIN
1434: IF (zx_global_structures_pkg.g_event_class_rec.application_id = 200) THEN --Indicates AP Module
1435:
1436: IF zx_global_structures_pkg.g_event_class_rec.event_class_code IN ('STANDARD INVOICES' ) AND
1437: zx_global_structures_pkg.g_event_class_rec.tax_event_type_code IN ('VALIDATE' ) AND
1438: zx_global_structures_pkg.g_event_class_rec.event_type_code IN ('STANDARD VALIDATED TAX')
1439: THEN
1440:

Line 1438: zx_global_structures_pkg.g_event_class_rec.event_type_code IN ('STANDARD VALIDATED TAX')

1434: IF (zx_global_structures_pkg.g_event_class_rec.application_id = 200) THEN --Indicates AP Module
1435:
1436: IF zx_global_structures_pkg.g_event_class_rec.event_class_code IN ('STANDARD INVOICES' ) AND
1437: zx_global_structures_pkg.g_event_class_rec.tax_event_type_code IN ('VALIDATE' ) AND
1438: zx_global_structures_pkg.g_event_class_rec.event_type_code IN ('STANDARD VALIDATED TAX')
1439: THEN
1440:
1441: lv_action := JAI_CONSTANTS.updating;
1442:

Line 1756: IF lv_invoice_type IN ('STANDARD', 'CREDIT', 'DEBIT', 'QUICKDEFAULT', 'QUICKMATCH', 'MIXED') THEN

1752: OPEN get_invoice_type_cur;
1753: FETCH get_invoice_type_cur INTO lv_invoice_type;
1754: CLOSE get_invoice_type_cur;
1755:
1756: IF lv_invoice_type IN ('STANDARD', 'CREDIT', 'DEBIT', 'QUICKDEFAULT', 'QUICKMATCH', 'MIXED') THEN
1757: OPEN get_regime_id_cur;
1758: FETCH get_regime_id_cur INTO ln_regime_id;
1759: CLOSE get_regime_id_cur;
1760:

Line 1883: IF lv_invoice_type = 'STANDARD' THEN

1879: ELSE
1880: IF lv_event = 'ACCOUNTING' THEN
1881: lv_account_name := jai_constants.recovery_interim;
1882: ELSE
1883: IF lv_invoice_type = 'STANDARD' THEN
1884: lv_same_period_flag := check_same_period_func;
1885: IF nvl(lv_same_period_flag, 'N') = 'N' THEN
1886: lv_account_name := jai_constants.liability;
1887: ELSE

Line 1939: END IF;/* lv_invoice_type IN ('STANDARD', 'CREDIT',....)*/

1935: );
1936:
1937: END IF;/*tax_type is null*/
1938: END IF;/*ld_transaction_date >= ld_accrual_date*/
1939: END IF;/* lv_invoice_type IN ('STANDARD', 'CREDIT',....)*/
1940: END IF; /*pr_rec.line_type_lookup_code = 'MISCELLANEOUS' AND ln_dist_line_amount > 0 */
1941: End if; /* updating */
1942:
1943: if ( G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL) then

Line 2065: IF p_event_class_rec.event_class_code IN ('STANDARD INVOICES') AND

2061: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.trx_id );
2062: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.event_class_code );
2063: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.tax_event_type_code );
2064: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.event_type_code );
2065: IF p_event_class_rec.event_class_code IN ('STANDARD INVOICES') AND
2066: ((p_event_class_rec.tax_event_type_code IN ('CREATE') AND
2067: p_event_class_rec.event_type_code IN ('STANDARD CREATED')
2068: ) OR
2069: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09

Line 2067: p_event_class_rec.event_type_code IN ('STANDARD CREATED')

2063: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.tax_event_type_code );
2064: jai_cmn_utils_pkg.WRITE_FND_LOG(G_LEVEL_PROCEDURE, G_MODULE_NAME||l_api_name, p_event_class_rec.event_type_code );
2065: IF p_event_class_rec.event_class_code IN ('STANDARD INVOICES') AND
2066: ((p_event_class_rec.tax_event_type_code IN ('CREATE') AND
2067: p_event_class_rec.event_type_code IN ('STANDARD CREATED')
2068: ) OR
2069: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09
2070: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')
2071: )

Line 2070: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')

2066: ((p_event_class_rec.tax_event_type_code IN ('CREATE') AND
2067: p_event_class_rec.event_type_code IN ('STANDARD CREATED')
2068: ) OR
2069: (p_event_class_rec.tax_event_type_code IN ('UPDATE') AND --Added update by Chong for open interface issue 2013/04/09
2070: p_event_class_rec.event_type_code IN ('STANDARD UPDATED')
2071: )
2072: ) THEN
2073:
2074: lv_action := JAI_CONSTANTS.inserting;