DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on CTO_WIP_WORKFLOW_API_PK

Line 5899: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Order Line Org Id ='||to_char(p_oe_org_id));

5895: If PG_DEBUG <> 0 Then
5896: oe_debug_pub.add('Switch_to_oe_Context : Order Line Org Id = '||to_char(p_oe_org_id),5);
5897: oe_debug_pub.add('Switch_to_oe_Context : Current Mode = '||x_current_mode,5);
5898: oe_debug_pub.add('Switch_to_oe_Context : Current Org = '||to_char(x_current_org),5);
5899: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Order Line Org Id ='||to_char(p_oe_org_id));
5900: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_Status_batch: Current Mode = '||x_current_mode);
5901: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Current org = '||to_char(x_current_org));
5902: end if;
5903:

Line 5900: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_Status_batch: Current Mode = '||x_current_mode);

5896: oe_debug_pub.add('Switch_to_oe_Context : Order Line Org Id = '||to_char(p_oe_org_id),5);
5897: oe_debug_pub.add('Switch_to_oe_Context : Current Mode = '||x_current_mode,5);
5898: oe_debug_pub.add('Switch_to_oe_Context : Current Org = '||to_char(x_current_org),5);
5899: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Order Line Org Id ='||to_char(p_oe_org_id));
5900: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_Status_batch: Current Mode = '||x_current_mode);
5901: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Current org = '||to_char(x_current_org));
5902: end if;
5903:
5904: If x_current_mode = 'N' or x_current_mode = 'M' or(x_current_mode = 'S' and p_oe_org_id <> x_current_org)

Line 5901: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Current org = '||to_char(x_current_org));

5897: oe_debug_pub.add('Switch_to_oe_Context : Current Mode = '||x_current_mode,5);
5898: oe_debug_pub.add('Switch_to_oe_Context : Current Org = '||to_char(x_current_org),5);
5899: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Order Line Org Id ='||to_char(p_oe_org_id));
5900: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_Status_batch: Current Mode = '||x_current_mode);
5901: cto_wip_workflow_api_pk.cto_debug('Switch_to_oe_Context','Change_status_batch: Current org = '||to_char(x_current_org));
5902: end if;
5903:
5904: If x_current_mode = 'N' or x_current_mode = 'M' or(x_current_mode = 'S' and p_oe_org_id <> x_current_org)
5905: or x_current_mode = 'A' --5446723

Line 5924: cto_wip_workflow_api_pk.cto_Debug('Switch_to_oe_Context:', 'Done with Chaning the context to OE');

5920: End if;
5921:
5922: If PG_DEBUG <> 0 Then
5923: oe_debug_pub.add('SWITCH_TO_OE_CONTEXT : Done with Chaning the context to OE ',5);
5924: cto_wip_workflow_api_pk.cto_Debug('Switch_to_oe_Context:', 'Done with Chaning the context to OE');
5925: End if;
5926: End Switch_to_oe_context;
5927:
5928: -- Added by Renga Kannan on 04/28/06

Line 5950: cto_wip_workflow_api_pk.cto_Debug('Switch_to_oe_Context:', 'Done with Chaning the context Back');

5946: end if; /* l_old_mode = 'S' */
5947:
5948: If PG_DEBUG <> 0 Then
5949: oe_debug_pub.add('Switch_context_back : Done with Chaning the context BAck',5);
5950: cto_wip_workflow_api_pk.cto_Debug('Switch_to_oe_Context:', 'Done with Chaning the context Back');
5951: End if;
5952:
5953: End Switch_context_back;
5954: