DBA Data[Home] [Help]

APPS.PO_REQS_INQ_SV dependencies on PO_CORE_S

Line 62: PO_CORE_S.should_display_reserved(

58: X_progress := '005';
59: x_reserved_flag := NULL;
60:
61: --
62: PO_CORE_S.should_display_reserved(
63: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION
64: , p_doc_level => PO_CORE_S.g_doc_level_HEADER
65: , p_doc_level_id => x_requisition_header_id
66: , x_display_reserved_flag => x_reserved_flag

Line 63: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION

59: x_reserved_flag := NULL;
60:
61: --
62: PO_CORE_S.should_display_reserved(
63: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION
64: , p_doc_level => PO_CORE_S.g_doc_level_HEADER
65: , p_doc_level_id => x_requisition_header_id
66: , x_display_reserved_flag => x_reserved_flag
67: );

Line 64: , p_doc_level => PO_CORE_S.g_doc_level_HEADER

60:
61: --
62: PO_CORE_S.should_display_reserved(
63: p_doc_type => PO_CORE_S.g_doc_type_REQUISITION
64: , p_doc_level => PO_CORE_S.g_doc_level_HEADER
65: , p_doc_level_id => x_requisition_header_id
66: , x_display_reserved_flag => x_reserved_flag
67: );
68:

Line 163: x_req_header_amount := PO_CORE_S.GET_TOTAL('E', x_req_num);

159: END IF;
160:
161: IF x_req_num IS NOT NULL THEN
162: x_reserved_flag := PO_REQS_INQ_SV.GET_RESERVED_FLAG (x_req_num);
163: x_req_header_amount := PO_CORE_S.GET_TOTAL('E', x_req_num);
164: END IF;
165:
166:
167: END po_req_header_inq_wrapper;

Line 559: l_req_amount := PO_CORE_S.GET_TOTAL(p_mode,p_req_entity_id);

555:
556: ELSE
557: l_progress := '060';
558:
559: l_req_amount := PO_CORE_S.GET_TOTAL(p_mode,p_req_entity_id);
560:
561: END IF;
562:
563: Return l_req_amount;