DBA Data[Home] [Help]

APPS.QP_VALIDATE_QUALIFIERS dependencies on QP_GLOBALS

Line 981: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

977:
978: -- oe_debug_pub.add('about to delete a request to check duplicate modifier list lines without product attribute');
979:
980: QP_delayed_requests_pvt.Delete_Request
981: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
982: , p_entity_id => p_qualifiers_rec.list_line_id
983: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
984: , x_return_status => l_return_status
985: );

Line 983: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

979:
980: QP_delayed_requests_pvt.Delete_Request
981: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
982: , p_entity_id => p_qualifiers_rec.list_line_id
983: , p_request_Type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
984: , x_return_status => l_return_status
985: );
986:
987: IF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 1006: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

1002:
1003: IF p_attr_count = 0 THEN
1004:
1005: QP_DELAYED_REQUESTS_PVT.Log_Request
1006: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1007: , p_entity_id => p_qualifiers_rec.list_line_id
1008: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1009: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1010: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

Line 1008: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL

1004:
1005: QP_DELAYED_REQUESTS_PVT.Log_Request
1006: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1007: , p_entity_id => p_qualifiers_rec.list_line_id
1008: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1009: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1010: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1011: , p_param1 => l_list_header_id_1
1012: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265

Line 1010: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

1006: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1007: , p_entity_id => p_qualifiers_rec.list_line_id
1008: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1009: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1010: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1011: , p_param1 => l_list_header_id_1
1012: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265
1013: , p_param3 => fnd_date.date_to_canonical(l_end_date_active) --2752265
1014: , p_param4 => NULL

Line 1037: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL

1033: where list_line_id = p_qualifiers_rec.list_line_id
1034: and rownum < 2;
1035:
1036: QP_DELAYED_REQUESTS_PVT.Log_Request
1037: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1038: , p_entity_id => p_qualifiers_rec.list_line_id
1039: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1040: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1041: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

Line 1039: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL

1035:
1036: QP_DELAYED_REQUESTS_PVT.Log_Request
1037: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1038: , p_entity_id => p_qualifiers_rec.list_line_id
1039: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1040: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1041: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1042: , p_param1 => l_list_header_id_1
1043: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265

Line 1041: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES

1037: ( p_entity_code => QP_GLOBALS.G_ENTITY_ALL
1038: , p_entity_id => p_qualifiers_rec.list_line_id
1039: , p_requesting_entity_code => QP_GLOBALS.G_ENTITY_ALL
1040: , p_requesting_entity_id => p_qualifiers_rec.list_line_id
1041: , p_request_type => QP_GLOBALS.G_DUPLICATE_MODIFIER_LINES
1042: , p_param1 => l_list_header_id_1
1043: , p_param2 => fnd_date.date_to_canonical(l_start_date_active) --2752265
1044: , p_param3 => fnd_date.date_to_canonical(l_end_date_active) --2752265
1045: , p_param4 => p_product_attribute_context