DBA Data[Home] [Help]

APPS.PO_COMPLEX_WORK_GRP dependencies on PO_COMPLEX_WORK_PVT

Line 79: PO_COMPLEX_WORK_PVT.get_payment_style_settings(

75: END IF;
76:
77: d_progress := 10;
78:
79: PO_COMPLEX_WORK_PVT.get_payment_style_settings(
80: p_style_id => p_style_id
81: , x_complex_work_flag => x_complex_work_flag
82: , x_financing_payments_flag => x_financing_payments_flag
83: , x_retainage_allowed_flag => x_retainage_allowed_flag

Line 166: l_is_complex_style := PO_COMPLEX_WORK_PVT.is_complex_work_style(p_style_id);

162: END IF;
163:
164: d_progress := 10;
165:
166: l_is_complex_style := PO_COMPLEX_WORK_PVT.is_complex_work_style(p_style_id);
167:
168: IF (l_is_complex_style) THEN
169: x_is_complex_flag := 'Y';
170: ELSE

Line 246: PO_COMPLEX_WORK_PVT.is_financing_payment_style(p_style_id);

242:
243: d_progress := 10;
244:
245: l_is_financing_style :=
246: PO_COMPLEX_WORK_PVT.is_financing_payment_style(p_style_id);
247:
248: IF (l_is_financing_style) THEN
249: x_is_financing_flag := 'Y';
250: ELSE

Line 325: l_is_complex_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(p_po_header_id);

321: END IF;
322:
323: d_progress := 10;
324:
325: l_is_complex_po := PO_COMPLEX_WORK_PVT.is_complex_work_po(p_po_header_id);
326:
327: IF (l_is_complex_po) THEN
328: x_is_complex_flag := 'Y';
329: ELSE

Line 401: l_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po(p_po_header_id);

397: END IF;
398:
399: d_progress := 10;
400:
401: l_is_financing_po := PO_COMPLEX_WORK_PVT.is_financing_po(p_po_header_id);
402:
403: IF (l_is_financing_po) THEN
404: x_is_financing_flag := 'Y';
405: ELSE