DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on CTO_WORKFLOW_API_PK

Line 124: | and corrected use of cto_workflow_api_pk.display_wf_status

120: |
121: |
122: | 01/19/04 Sushant Sawant
123: | Fixed Bug 3380730, 3380874 to provide proper status code on config line
124: | and corrected use of cto_workflow_api_pk.display_wf_status
125: |
126: |
127: | 01/23/04 Sushant Sawant
128: | Fixed Bug 3388135 to provide message for match in case of dropship models.

Line 895: CTO_WORKFLOW_API_PK.query_wf_activity_status(

891:
892:
893: l_stmt_num := 155;
894:
895: CTO_WORKFLOW_API_PK.query_wf_activity_status(
896: p_itemtype => 'OEOL' ,
897: p_itemkey => to_char(l_config_line_id ) ,
898: p_activity_label => 'CREATE_CONFIG_BOM_ELIGIBLE',
899: p_activity_name => 'CREATE_CONFIG_BOM_ELIGIBLE',

Line 1261: CTO_WORKFLOW_API_PK.get_activity_status(

1257: oe_debug_pub.add('create_config_item_wf: ' || 'going to get Workflow Status for config line : ' ||
1258: to_char( l_config_line_id ) , 1 );
1259: END IF;
1260:
1261: CTO_WORKFLOW_API_PK.get_activity_status(
1262: itemtype => 'OEOL',
1263: itemkey => to_char(l_config_line_id),
1264: linetype => 'CONFIG',
1265: activity_name => l_active_activity);

Line 1275: CTO_WORKFLOW_API_PK.query_wf_activity_status(

1271:
1272:
1273: l_stmt_num := 178;
1274:
1275: CTO_WORKFLOW_API_PK.query_wf_activity_status(
1276: p_itemtype => 'OEOL' ,
1277: p_itemkey => to_char(l_config_line_id ) ,
1278: p_activity_label => 'SHIP_LINE',
1279: p_activity_name => 'SHIP_LINE',

Line 2319: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));

2315: --below code calls display_wf_status to update the correct
2316: --before booking and scheduling if item is reserved
2317: --
2318: l_stmt_num := 100;
2319: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));
2320:
2321: if return_value <> 1 then
2322: cto_msg_pub.cto_message('CTO', 'CTO_ERROR_FROM_DISPLAY_STATUS');
2323: raise FND_API.G_EXC_UNEXPECTED_ERROR;

Line 3215: l_ret_stat :=CTO_WORKFLOW_API_PK.display_wf_status

3211: IF PG_DEBUG <> 0 THEN
3212: oe_debug_pub.add('check_supply_type_wf: ' ||'calling display_wf_status with status',1);
3213: END IF;
3214:
3215: l_ret_stat :=CTO_WORKFLOW_API_PK.display_wf_status
3216: (p_order_line_id=>p_itemkey
3217: );
3218:
3219: IF l_ret_stat = 1 THEN

Line 4153: CTO_WORKFLOW_API_PK.query_wf_activity_status(

4149:
4150: if (p_funcmode = 'RUN') then
4151:
4152: l_stmt_num := 10;
4153: CTO_WORKFLOW_API_PK.query_wf_activity_status(
4154: p_itemtype => p_itemtype,
4155: p_itemkey => p_itemkey,
4156: p_activity_label => 'EXECLEADTIME',
4157: p_activity_name => 'EXECLEADTIME',

Line 4170: CTO_WORKFLOW_API_PK.query_wf_activity_status(

4166: IF PG_DEBUG <> 0 THEN
4167: oe_debug_pub.add('submit_and_continue_wf: ' || 'Show message for Lead Time conc program',1);
4168: END IF;
4169: ELSE
4170: CTO_WORKFLOW_API_PK.query_wf_activity_status(
4171: p_itemtype => p_itemtype,
4172: p_itemkey => p_itemkey,
4173: p_activity_label => 'EXECUTECONCPROGAFAS',
4174: p_activity_name => 'EXECUTECONCPROGAFAS',

Line 4859: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));

4855:
4856:
4857:
4858: l_stmt_num:=25;
4859: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));
4860:
4861:
4862: IF PG_DEBUG <> 0 THEN
4863: oe_debug_pub.add('check_supply_creation_wf: ' || 'return value from display_wf_status'

Line 4936: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));

4932: END IF;--l_return_status
4933:
4934:
4935: l_stmt_num:=70;
4936: return_value:= CTO_WORKFLOW_API_PK.display_wf_status(to_number(p_itemkey));
4937:
4938:
4939: IF PG_DEBUG <> 0 THEN
4940: oe_debug_pub.add('check_supply_creation_wf: ' || 'return value from display_wf_status'