DBA Data[Home] [Help]

APPS.QP_BULK_LOADER_PUB dependencies on QP_BULK_VALUE_TO_ID

Line 1549: QP_BULK_VALUE_TO_ID.Header(l_request_id);

1545:
1546: --Bug# 5412029
1547: --ID is to be got from Code
1548: --Value to ID conversion before validation
1549: QP_BULK_VALUE_TO_ID.Header(l_request_id);
1550:
1551: -- Attribute level validation for headers
1552:
1553: QP_BULK_VALIDATE.Attribute_Header(l_request_id);

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

1557: ( p_table_type=>'HEADER',
1558: p_request_id=>l_request_id);
1559:
1560: --Value to ID conversion
1561: --QP_BULK_VALUE_TO_ID.Header(l_request_id);
1562:
1563: --Insert Error messages into db caused by value-ID conversion
1564: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);
1565:

Line 1564: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);

1560: --Value to ID conversion
1561: --QP_BULK_VALUE_TO_ID.Header(l_request_id);
1562:
1563: --Insert Error messages into db caused by value-ID conversion
1564: QP_BULK_VALUE_TO_ID.Insert_Header_Error_Messages(l_request_id);
1565:
1566:
1567: --Bulk load into pl/sql table, entity-validation and Insert/Delete/Update operation
1568: Process_Header(l_request_id);

Line 2005: QP_BULK_VALUE_TO_ID.Qualifier(l_request_id);

2001:
2002: --Bug# 5412029
2003: --ID is to be got from Code
2004: --Value to ID conversion before validation
2005: QP_BULK_VALUE_TO_ID.Qualifier(l_request_id);
2006:
2007: -- Attribute level validation for Qualifier
2008: QP_BULK_VALIDATE.Attribute_Qualifier(l_request_id);
2009:

Line 2017: QP_BULK_VALUE_TO_ID.Insert_Qual_Error_Message(l_request_id);

2013: ( p_table_type=>'QUALIFIER',
2014: p_request_id=>l_request_id);
2015:
2016: --Insert Error messages into db caused by value-ID conversion
2017: QP_BULK_VALUE_TO_ID.Insert_Qual_Error_Message(l_request_id);
2018:
2019: --Bulk load into pl/sql table, entity-validation and Insert/Delete/Update operation
2020: Process_Qualifier(l_request_id);
2021:

Line 3312: QP_BULK_VALUE_TO_ID.Line(l_request_id);

3308: AND qpip.pricing_attr_value_to is null
3309: );
3310:
3311: --Value to ID Conversion of lines and pricing attributes
3312: QP_BULK_VALUE_TO_ID.Line(l_request_id);
3313:
3314: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);
3315:
3316: -- ENH duplicate line check flag RAVI

Line 3314: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);

3310:
3311: --Value to ID Conversion of lines and pricing attributes
3312: QP_BULK_VALUE_TO_ID.Line(l_request_id);
3313:
3314: QP_BULK_VALUE_TO_ID.Insert_Line_Error_Message(l_request_id);
3315:
3316: -- ENH duplicate line check flag RAVI
3317: IF G_QP_ENABLE_DUP_LINE_CHECK='Y' THEN
3318: QP_BULK_VALIDATE.Dup_line_Check(l_request_id);