DBA Data[Home] [Help]

APPS.PO_VAL_DISTRIBUTIONS dependencies on FND_PROFILE

Line 844: IF Nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'),'Y') = 'R' THEN

840: -- If the Profile - PO:Validate GL Period is set to 'Redefault', try to
841: -- derive the valid GL Encumbered Date. If Valid GL Date is derived, then
842: -- skip raising any error message (the Valid GL Date will be derived once
843: -- again in JAVA layer, in postProcessDistribution), else raise an error.
844: IF Nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'),'Y') = 'R' THEN
845:
846: l_gl_encumbered_date := p_gl_encumbered_date_tbl(i);
847: po_periods_sv.get_period_name(l_sob_id,
848: p_gl_encumbered_date_tbl(i),

Line 853: IF (Nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'),'Y') IN ( 'R','Y')) THEN

849: l_gl_enc_period_name);
850: END IF;
851: -- GL Date Project: End
852: --14523678 If profile PO_VALIDATE_GL_PERIOD raise error if gldate is invalid or null
853: IF (Nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'),'Y') IN ( 'R','Y')) THEN
854:
855: IF (p_gl_encumbered_date_tbl(i) IS NULL) THEN -- Error: GL Date is required
856: x_results.add_result(
857: p_entity_type => c_ENTITY_TYPE_DISTRIBUTION