DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_SCH_CONC_REQUESTS

Line 2418: OE_SCH_CONC_REQUESTS.g_conc_program = 'Y') THEN

2414: -- 13969025 : Cascade of warehous will be allowed only if the call is from
2415: -- Sch. Order Concurrent program.
2416: IF p_x_line_rec.ship_model_complete_flag = 'Y' OR
2417: (p_x_line_rec.ship_model_complete_flag = 'N' AND
2418: OE_SCH_CONC_REQUESTS.g_conc_program = 'Y') THEN
2419: p_x_line_rec.ship_from_org_id := p_request_rec.param3;
2420: END IF;
2421: p_x_line_rec.ship_to_org_id := p_request_rec.param4;
2422: