DBA Data[Home] [Help]

APPS.ZX_SRVC_TYP_PKG dependencies on ZX_TAX_PARTNER_PKG

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

6582:
6583: x_return_status := FND_API.G_RET_STS_SUCCESS;
6584:
6585: /*
6586: The global variable ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is usually populated while determining the service provider.
6587: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
6588: as program execution does not flow thru regime and provider determination logic.
6589: */
6590:

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

6583: x_return_status := FND_API.G_RET_STS_SUCCESS;
6584:
6585: /*
6586: The global variable ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is usually populated while determining the service provider.
6587: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
6588: as program execution does not flow thru regime and provider determination logic.
6589: */
6590:
6591: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;

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

6587: But, when only DELETE action is taken on item line, ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW is not populated
6588: as program execution does not flow thru regime and provider determination logic.
6589: */
6590:
6591: ZX_TAX_PARTNER_PKG.G_BUSINESS_FLOW := p_event_class_rec.prod_family_grp_code;
6592:
6593: FOR ptnr_del_lines IN c_regimes_for_del_item_lines(p_event_class_rec)
6594: LOOP
6595: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN