DBA Data[Home] [Help]

APPS.QP_LIMITS_UTIL dependencies on QP_DELAYED_REQUESTS_PVT

Line 100: qp_delayed_requests_pvt.log_request(

96: -- pattern
97: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'Y' THEN
98: IF (p_LIMITS_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
99: IF l_updated = 1 then
100: qp_delayed_requests_pvt.log_request(
101: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
102: p_entity_id => p_LIMITS_rec.list_header_id,
103: p_request_unique_key1 => NULL,
104: p_request_unique_key2 => 'UD',

Line 111: qp_delayed_requests_pvt.log_request(

107: p_request_type => QP_GLOBALS.G_MAINTAIN_HEADER_PATTERN,
108: x_return_status => l_return_status);
109: END IF;
110: IF l_updated = 2 then
111: qp_delayed_requests_pvt.log_request(
112: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
113: p_entity_id => p_LIMITS_rec.list_header_id,
114: p_request_unique_key1 => p_LIMITS_rec.list_line_id,
115: p_request_unique_key2 => NULL,

Line 129: qp_delayed_requests_pvt.log_request(

125: IF QP_JAVA_ENGINE_UTIL_PUB.Java_Engine_Installed = 'N' THEN
126: IF FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'M' OR FND_PROFILE.VALUE('QP_PATTERN_SEARCH') = 'B' THEN
127: IF (p_LIMITS_rec.operation = OE_GLOBALS.G_OPR_UPDATE) THEN
128: IF l_updated = 1 then
129: qp_delayed_requests_pvt.log_request(
130: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
131: p_entity_id => p_LIMITS_rec.list_header_id,
132: p_request_unique_key1 => NULL,
133: p_request_unique_key2 => 'UD',

Line 140: qp_delayed_requests_pvt.log_request(

136: p_request_type => QP_GLOBALS.G_MAINTAIN_HEADER_PATTERN,
137: x_return_status => l_return_status);
138: END IF;
139: IF l_updated = 2 then
140: qp_delayed_requests_pvt.log_request(
141: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
142: p_entity_id => p_LIMITS_rec.list_header_id,
143: p_request_unique_key1 => p_LIMITS_rec.list_line_id,
144: p_request_unique_key2 => NULL,

Line 2183: qp_delayed_requests_PVT.log_request

2179:
2180: BEGIN
2181:
2182:
2183: qp_delayed_requests_PVT.log_request
2184: (
2185: p_entity_code => QP_GLOBALS.G_ENTITY_ALL,
2186: p_entity_id => p_LIMITS_rec.limit_id,
2187: p_requesting_entity_code=> QP_GLOBALS.G_ENTITY_ALL,