DBA Data[Home] [Help]

APPS.POS_UTIL_PKG dependencies on STANDARD

Line 25: PO - STANDARD, PLANNED

21:
22: implementation:
23: ---------------
24: will give a call to PO_DOCUMENT_CHECKS_GRP.PO_Security_Check 6 times to retrieve the where clause for
25: PO - STANDARD, PLANNED
26: PA - BLANKET, CONTRACT
27: RELEASE - BLANKET, SCHEDULED
28: */
29:

Line 59: p_document_subtype => 'STANDARD',

55: p_employee_id => p_employee_id,
56: p_org_id => p_org_id,
57: p_minimum_access_level => 'VIEW_ONLY',
58: p_document_type => 'PO',
59: p_document_subtype => 'STANDARD',
60: p_type_clause => 'TYPE_LOOKUP_CODE = ''STANDARD''',
61: x_return_status => x_return_status,
62: x_msg_data => x_msg_data,
63: x_where_clause => l_call_where_clause);

Line 60: p_type_clause => 'TYPE_LOOKUP_CODE = ''STANDARD''',

56: p_org_id => p_org_id,
57: p_minimum_access_level => 'VIEW_ONLY',
58: p_document_type => 'PO',
59: p_document_subtype => 'STANDARD',
60: p_type_clause => 'TYPE_LOOKUP_CODE = ''STANDARD''',
61: x_return_status => x_return_status,
62: x_msg_data => x_msg_data,
63: x_where_clause => l_call_where_clause);
64: