DBA Data[Home] [Help]

APPS.CSP_PROCESS_ORDER_HOOK SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 4

PROCEDURE update_oe_dff_info(px_req_header_rec IN OUT NOCOPY csp_parts_requirement.header_rec_type
                        ,px_req_line_table IN OUT NOCOPY csp_parts_requirement.Line_Tbl_type
			,px_oe_header_rec  IN OUT   NOCOPY  oe_order_pub.header_rec_type
			,px_oe_line_table    IN OUT   NOCOPY  oe_order_pub.line_tbl_type) AS

BEGIN

 if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
  FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
                      'csp.plsql.csp_process_order_hook.update_oe_dff_info',
                      'Start of hook api ' );
Line: 24

                      'csp.plsql.csp_process_order_hook.update_oe_dff_info',
                      'End of hook api ' );
Line: 28

END update_oe_dff_info;