DBA Data[Home] [Help]

APPS.ZX_SRVC_TYP_PKG dependencies on ZX_TAX_PARTNER_PKG

Line 7424: The global variable ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is usually populated while determining the service provider.

7420:
7421: x_return_status := FND_API.G_RET_STS_SUCCESS;
7422:
7423: /*
7424: The global variable ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is usually populated while determining the service provider.
7425: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
7426: as program execution does not flow thru regime and provider determination logic.
7427: */
7428:

Line 7425: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated

7421: x_return_status := FND_API.G_RET_STS_SUCCESS;
7422:
7423: /*
7424: The global variable ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is usually populated while determining the service provider.
7425: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
7426: as program execution does not flow thru regime and provider determination logic.
7427: */
7428:
7429: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;

Line 7429: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;

7425: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
7426: as program execution does not flow thru regime and provider determination logic.
7427: */
7428:
7429: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;
7430:
7431: FOR ptnr_del_lines IN c_regimes_for_del_item_lines(p_event_class_rec)
7432: LOOP
7433: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN