DBA Data[Home] [Help]

APPS.QP_VALIDATE_QUALIFIERS dependencies on QP_GLOBALS

Line 1081: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

1077:
1078: -- oe_debug_pub.add('about to delete a request to check duplicate modifier list lines without product attribute');
1079:
1080: QP_delayed_requests_pvt.Delete_Request
1081: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1082: , p_entity_id => p_qualifiers_rec.list_line_id
1083: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1084: , x_return_status => l_return_status
1085: );

Line 1083: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

1079:
1080: QP_delayed_requests_pvt.Delete_Request
1081: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1082: , p_entity_id => p_qualifiers_rec.list_line_id
1083: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1084: , x_return_status => l_return_status
1085: );
1086:
1087: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1106: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

1102:
1103: IF p_attr_count = 0 THEN
1104:
1105: QP_DELAYED_REQUESTS_PVT.Log_Request
1106: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1107: , p_entity_id => p_qualifiers_rec.list_line_id
1108: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1109: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1110: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

Line 1108: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL

1104:
1105: QP_DELAYED_REQUESTS_PVT.Log_Request
1106: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1107: , p_entity_id => p_qualifiers_rec.list_line_id
1108: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1109: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1110: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1111: , p_param1 => l_list_header_id_1
1112: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265

Line 1110: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

1106: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1107: , p_entity_id => p_qualifiers_rec.list_line_id
1108: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1109: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1110: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1111: , p_param1 => l_list_header_id_1
1112: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265
1113: , p_param3 => fnd_date.date_to_canonical(l_end_date_active) --2752265
1114: , p_param4 => NULL

Line 1137: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

1133: where list_line_id = p_qualifiers_rec.list_line_id
1134: and rownum < 2;
1135:
1136: QP_DELAYED_REQUESTS_PVT.Log_Request
1137: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1138: , p_entity_id => p_qualifiers_rec.list_line_id
1139: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1140: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1141: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

Line 1139: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL

1135:
1136: QP_DELAYED_REQUESTS_PVT.Log_Request
1137: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1138: , p_entity_id => p_qualifiers_rec.list_line_id
1139: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1140: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1141: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1142: , p_param1 => l_list_header_id_1
1143: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265

Line 1141: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

1137: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1138: , p_entity_id => p_qualifiers_rec.list_line_id
1139: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1140: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1141: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1142: , p_param1 => l_list_header_id_1
1143: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265
1144: , p_param3 => fnd_date.date_to_canonical(l_end_date_active) --2752265
1145: , p_param4 => p_product_attribute_context