DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on OUTSIDE_PROC_SV

Line 182: outside_proc_sv.get_resource_defaults(

178: -- If x_bom_cost_element_id is NULL(e.g.in autocreate/PDOI for shopfloor items),
179: -- initialize it before initializing the workflow item attribute:
180:
181: IF x_bom_cost_element_id IS NULL THEN
182: outside_proc_sv.get_resource_defaults(
183: x_bom_resource_id => x_bom_resource_id,
184: x_dest_org_id => x_destination_organization_id,
185: x_bom_resource_code => l_bom_resource_code,
186: x_bom_resource_unit => l_bom_resource_unit,

Line 974: outside_proc_sv.get_entity_defaults(

970: -- If x_wip_entity_type is NULL(e.g. autocreate shopfloor items),
971: -- initialize it before initializing the workflow item attribute:
972:
973: IF x_wip_entity_type IS NULL THEN
974: outside_proc_sv.get_entity_defaults(
975: x_entity_id => x_wip_entity_id,
976: x_dest_org_id => x_destination_organization_id,
977: x_entity_name => l_entity_name,
978: x_entity_type => l_wip_entity_type);