DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_GLOBALS

Line 522: IF NOT (OE_GLOBALS.Equal(l_line_rec.salesrep_id, G_SALESREP_ID) AND

518:
519: -- bug 5061910: pass l_poo_party_id poa_party_id
520: IF l_line_rec.salesrep_id IS NOT NULL THEN
521:
522: IF NOT (OE_GLOBALS.Equal(l_line_rec.salesrep_id, G_SALESREP_ID) AND
523: OE_Globals.Equal(l_header_org_id, G_SALESREP_POA_ID)) THEN
524: -- fetch and cache salerep info
525: BEGIN
526:

Line 523: OE_Globals.Equal(l_header_org_id, G_SALESREP_POA_ID)) THEN

519: -- bug 5061910: pass l_poo_party_id poa_party_id
520: IF l_line_rec.salesrep_id IS NOT NULL THEN
521:
522: IF NOT (OE_GLOBALS.Equal(l_line_rec.salesrep_id, G_SALESREP_ID) AND
523: OE_Globals.Equal(l_header_org_id, G_SALESREP_POA_ID)) THEN
524: -- fetch and cache salerep info
525: BEGIN
526:
527: G_SALESREP_ID := l_line_rec.salesrep_id;