DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on OUTSIDE_PROC_SV

Line 183: outside_proc_sv.get_resource_defaults(

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

Line 975: outside_proc_sv.get_entity_defaults(

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