DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on OE_GLOBALS

Line 637: IF(p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

633: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.currency_code,p_old_PRICE_LIST_rec.currency_code)
634: THEN
635: NULL;
636: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
637: IF(p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
638: qp_delayed_requests_pvt.log_request(
639: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
640: p_entity_id => p_PRICE_LIST_rec.list_header_id,
641: p_request_unique_key1 => NULL,

Line 668: IF (p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

664: of the price_list */
665: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.active_flag,p_old_PRICE_LIST_rec.active_flag)
666: THEN
667: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
668: IF (p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
669: qp_delayed_requests_pvt.log_request(
670: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
671: p_entity_id => p_PRICE_LIST_rec.list_header_id,
672: p_request_unique_key1 => NULL,

Line 815: IF(p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

811:
812: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.list_type_code,p_old_PRICE_LIST_rec.list_type_code)
813: THEN
814: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
815: IF(p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
816: qp_delayed_requests_pvt.log_request(
817: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
818: p_entity_id => p_PRICE_LIST_rec.list_header_id,
819: p_request_unique_key1 => NULL,

Line 905: IF( p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN

901: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.source_system_code, p_old_PRICE_LIST_rec.source_system_code)
902: THEN
903: NULL;
904: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
905: IF( p_PRICE_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
906: qp_delayed_requests_pvt.log_request(
907: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
908: p_entity_id => p_PRICE_LIST_rec.list_header_id,
909: p_request_unique_key1 => NULL,