DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_CORE_S

Line 2335: PO_CORE_SV1.default_po_unique_identifier

2331:
2332: -- bug5174177
2333: -- Call Centralized API to get the next po number
2334: x_document_num :=
2335: PO_CORE_SV1.default_po_unique_identifier
2336: ( p_table_name => 'PO_HEADERS',
2337: p_org_id => g_purchasing_ou_id
2338: );
2339:

Line 3194: l_outsourced_assembly := po_core_s.get_outsourced_assembly(interface.item_id,

3190: IF(interface.item_id is not null) THEN
3191:
3192: item.list_price_per_unit := interface.unit_price;
3193:
3194: l_outsourced_assembly := po_core_s.get_outsourced_assembly(interface.item_id,
3195: interface.destination_organization_id);--
3196:
3197:
3198: /* Bug 919204 */

Line 7623: PO_CORE_SV1.default_po_unique_identifier

7619: l_progress := '110';
7620:
7621: -- bug5174177
7622: x_document_num :=
7623: PO_CORE_SV1.default_po_unique_identifier
7624: ( p_table_name => 'PO_HEADERS_RFQ',
7625: p_org_id => g_purchasing_ou_id
7626: );
7627:

Line 7697: po_core_s.get_po_parameters(params.currency_code,

7693:
7694: l_progress:='010';
7695:
7696: /* Get system defaults */
7697: po_core_s.get_po_parameters(params.currency_code,
7698: params.coa_id,
7699: params.po_encumbrance_flag,
7700: params.req_encumbrance_flag,
7701: params.sob_id,

Line 7747: po_core_s.get_period_name(params.sob_id,params.period_name,x_date);

7743:
7744: l_progress:='020';
7745:
7746: IF(params.po_encumbrance_flag = 'Y') THEN
7747: po_core_s.get_period_name(params.sob_id,params.period_name,x_date);
7748: END IF;
7749:
7750: IF g_debug_stmt THEN --< Bug 3210331: use proper debugging >
7751: PO_DEBUG.debug_end(p_log_head => g_log_head||l_api_name);