DBA Data[Home] [Help]

APPS.ICX_CAT_POPULATE_STATUS_PVT dependencies on STANDARD

Line 92: -- Check if the quotation type is 'Catalog Quotation' / 'Standard Quotation'.

88: -- In Process => I
89: -- Closed => C
90: -- Active => A
91: 2. ph.quotation_class_code = 'CATALOG'
92: -- Check if the quotation type is 'Catalog Quotation' / 'Standard Quotation'.
93: -- Following types of Quotations can be created from the form:
94: -- Bid Quotation => BID
95: -- Catalog Quotation => CATALOG
96: -- Standard Quotation => CATALOG

Line 96: -- Standard Quotation => CATALOG

92: -- Check if the quotation type is 'Catalog Quotation' / 'Standard Quotation'.
93: -- Following types of Quotations can be created from the form:
94: -- Bid Quotation => BID
95: -- Catalog Quotation => CATALOG
96: -- Standard Quotation => CATALOG
97: 3. Just check for the end date in po_line_locations_all. Start_date will be checked by the search code
98: 4. pqa.approval_type IN ('ALL ORDERS','REQUISITIONS') changed to pqa.approval_type IS NOT NULL to accomodate the SIC rules
99: 5. Just check for the end date in po_quotation_approvals_all. Start_date will be checked by the search code
100: 6. Just check for the end date in po_headers_all. Start_date will be checked by the search code