DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on QP_DELAYED_REQUESTS_PVT

Line 638: qp_delayed_requests_pvt.log_request(

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,
642: p_request_unique_key2 => 'UD',

Line 669: qp_delayed_requests_pvt.log_request(

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,
673: p_request_unique_key2 => 'UD',

Line 816: qp_delayed_requests_pvt.log_request(

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,
820: p_request_unique_key2 => 'UD',

Line 906: qp_delayed_requests_pvt.log_request(

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,
910: p_request_unique_key2 => 'UD',