DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on QP_BULK_VALUE_TO_ID

Line 1661: QP_BULK_VALUE_TO_ID.Header(l_request_id);

1657:
1658: --Bug# 5412029
1659: --ID is to be got from Code
1660: --Value to ID conversion before validation
1661: QP_BULK_VALUE_TO_ID.Header(l_request_id);
1662:
1663: -- Attribute level validation for headers
1664:
1665: QP_BULK_VALIDATE.Attribute_Header(l_request_id);

Line 1673: --QP_BULK_VALUE_TO_ID.Header(l_request_id);

1669: ( p_table_type=>'HEADER',
1670: p_request_id=>l_request_id);
1671:
1672: --Value to ID conversion
1673: --QP_BULK_VALUE_TO_ID.Header(l_request_id);
1674:
1675: --Insert Error messages into db caused by value-ID conversion
1676: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);
1677:

Line 1676: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);

1672: --Value to ID conversion
1673: --QP_BULK_VALUE_TO_ID.Header(l_request_id);
1674:
1675: --Insert Error messages into db caused by value-ID conversion
1676: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);
1677:
1678:
1679: --Bulk load into pl/sql table, entity-validation and Insert/Delete/Update operation
1680: Process_Header(l_request_id);

Line 2117: QP_BULK_VALUE_TO_ID.Qualifier(l_request_id);

2113:
2114: --Bug# 5412029
2115: --ID is to be got from Code
2116: --Value to ID conversion before validation
2117: QP_BULK_VALUE_TO_ID.Qualifier(l_request_id);
2118:
2119: -- Attribute level validation for Qualifier
2120: QP_BULK_VALIDATE.Attribute_Qualifier(l_request_id);
2121:

Line 2129: QP_BULK_VALUE_TO_ID.Insert_Qual_Error_Message(l_request_id);

2125: ( p_table_type=>'QUALIFIER',
2126: p_request_id=>l_request_id);
2127:
2128: --Insert Error messages into db caused by value-ID conversion
2129: QP_BULK_VALUE_TO_ID.Insert_Qual_Error_Message(l_request_id);
2130:
2131: --Bulk load into pl/sql table, entity-validation and Insert/Delete/Update operation
2132: Process_Qualifier(l_request_id);
2133:

Line 3431: QP_BULK_VALUE_TO_ID.Line(l_request_id);

3427: AND qpip.pricing_attr_value_to is null
3428: );
3429:
3430: --Value to ID Conversion of lines and pricing attributes
3431: QP_BULK_VALUE_TO_ID.Line(l_request_id);
3432:
3433: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);
3434:
3435: -- ENH duplicate line check flag RAVI

Line 3433: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);

3429:
3430: --Value to ID Conversion of lines and pricing attributes
3431: QP_BULK_VALUE_TO_ID.Line(l_request_id);
3432:
3433: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);
3434:
3435: -- ENH duplicate line check flag RAVI
3436: IF G_QP_ENABLE_DUP_LINE_CHECK='Y' THEN
3437: QP_BULK_VALIDATE.Dup_line_Check(l_request_id);