DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on OE_SYS_PARAMETERS

Line 1434: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID', p_org_id => l_qte_line_rec.org_id);

1430: if p_control_rec.defaulting_fwk_flag = 'N' then
1431:
1432: IF l_qte_line_rec.charge_periodicity_code is NULL OR l_qte_line_rec.charge_periodicity_code = FND_API.G_MISS_CHAR THEN
1433:
1434: l_master_organization_id := oe_sys_parameters.value(param_name => 'MASTER_ORGANIZATION_ID', p_org_id => l_qte_line_rec.org_id);
1435:
1436: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1437: aso_debug_pub.add('Populate_Quote_lines: l_master_organization_id: '|| l_master_organization_id, 1, 'N');
1438: END IF;

Line 1520: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',

1516:
1517: ELSE
1518:
1519: -- pnpl changes
1520: l_installment_option := oe_sys_parameters.value(param_name => 'INSTALLMENT_OPTIONS',
1521: p_org_id =>l_qte_line_rec.org_id);
1522:
1523: if (l_installment_option = 'ENABLE_PAY_NOW') THEN
1524: