DBA Data[Home] [Help]

APPS.QP_MODIFIER_LIST_UTIL dependencies on QP_DELAYED_REQUESTS_PVT

Line 684: qp_delayed_requests_pvt.log_request(

680: THEN
681: -- NULL;
682: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
683: IF(p_MODIFIER_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
684: qp_delayed_requests_pvt.log_request(
685: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
686: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
687: p_request_unique_key1 => NULL,
688: p_request_unique_key2 => 'UD',

Line 743: qp_delayed_requests_pvt.log_request(

739: THEN
740: NULL;
741: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
742: IF (p_MODIFIER_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
743: qp_delayed_requests_pvt.log_request(
744: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
745: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
746: p_request_unique_key1 => NULL,
747: p_request_unique_key2 => 'UD',

Line 807: qp_delayed_requests_pvt.log_request(

803: THEN
804: NULL;
805: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
806: IF (p_MODIFIER_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
807: qp_delayed_requests_pvt.log_request(
808: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
809: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
810: p_request_unique_key1 => NULL,
811: p_request_unique_key2 => 'UD',

Line 833: qp_delayed_requests_pvt.log_request(

829:
830: --hw
831: -- log delayed request for changed lines for active flag change
832: if QP_PERF_PVT.enabled = 'Y' then
833: qp_delayed_requests_pvt.log_request(
834: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
835: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
836: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
837: p_requesting_entity_id => p_MODIFIER_LIST_rec.list_header_id,

Line 844: qp_delayed_requests_pvt.log_request(

840: x_return_status => x_MODIFIER_LIST_rec.return_status);
841: end if;
842:
843: --hvop
844: qp_delayed_requests_pvt.log_request(
845: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
846: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
847: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
848: p_requesting_entity_id => p_MODIFIER_LIST_rec.list_header_id,

Line 854: qp_delayed_requests_pvt.log_request(

850: x_return_status => x_MODIFIER_LIST_rec.return_status);
851: --hvop
852: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
853: IF (p_MODIFIER_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
854: qp_delayed_requests_pvt.log_request(
855: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
856: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
857: p_request_unique_key1 => NULL,
858: p_request_unique_key2 => 'UD',

Line 886: qp_delayed_requests_PVT.log_request(

882: ------------------fix for bug 3756625
883: FOR I in l_pricing_phase_cur(p_MODIFIER_LIST_rec.list_header_id)
884: LOOP
885:
886: qp_delayed_requests_PVT.log_request(
887: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
888: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
889: p_param1 => I.pricing_phase_id,
890: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_MODIFIER_LIST,

Line 896: qp_delayed_requests_pvt.log_request(

892: p_request_type =>QP_GLOBALS.G_UPDATE_PRICING_PHASE,
893: x_return_status => x_MODIFIER_LIST_rec.return_status);
894: END LOOP;
895:
896: qp_delayed_requests_pvt.log_request(
897: p_entity_code => QP_GLOBALS.G_ENTITY_MODIFIER_LIST,
898: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
899: p_requesting_entity_code => QP_GLOBALS.G_ENTITY_MODIFIERS,
900: p_requesting_entity_id => p_MODIFIER_LIST_rec.list_header_id,

Line 1035: qp_delayed_requests_pvt.log_request(

1031: THEN
1032: NULL;
1033: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
1034: IF(p_MODIFIER_LIST_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
1035: qp_delayed_requests_pvt.log_request(
1036: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
1037: p_entity_id => p_MODIFIER_LIST_rec.list_header_id,
1038: p_request_unique_key1 => NULL,
1039: p_request_unique_key2 => 'UD',