DBA Data[Home] [Help]

APPS.PO_CREATE_SR_ASL dependencies on HR_ALL_ORGANIZATION_UNITS

Line 69: p_inv_org IN HR_ALL_ORGANIZATION_UNITS.organization_id%type,

65: p_create_sourcing_rule IN VARCHAR2,
66: p_update_sourcing_rule IN VARCHAR2,
67: p_agreement_lines_selection IN VARCHAR2 ,
68: p_sourcing_level IN VARCHAR2,
69: p_inv_org IN HR_ALL_ORGANIZATION_UNITS.organization_id%type,
70: p_sourcing_rule_name IN VARCHAR2,
71: p_release_gen_method IN PO_ASL_ATTRIBUTES.release_generation_method%type,
72: p_assignment_set_id IN MRP_ASSIGNMENT_SETS.assignment_set_id%type) ;
73:

Line 90: p_inv_org_id IN HR_ALL_ORGANIZATION_UNITS.organization_id%type,

86: p_document_type IN PO_HEADERS.type_lookup_code%type,
87: p_approval_status IN VARCHAR2,
88: p_vendor_id IN PO_HEADERS.vendor_id%type,
89: p_vendor_site_id IN PO_HEADERS.vendor_site_id%type,
90: p_inv_org_id IN HR_ALL_ORGANIZATION_UNITS.organization_id%type,
91: p_sourcing_level IN VARCHAR2,
92: p_item_id IN MTL_SYSTEM_ITEMS.inventory_item_id%type,
93: p_category_id IN MTL_ITEM_CATEGORIES.category_id%type,
94: p_rel_gen_method IN PO_ASL_ATTRIBUTES.release_generation_method%type,