DBA Data[Home] [Help]

APPS.WSH_SC_TRX_INTERFACE dependencies on FND_PROFILE

Line 998: fnd_profile.get( 'SO_RESERVATIONS', X_Reservations);

994: BEGIN
995: ------------------------------------------------------------------------------
996: -- Get reservations profile
997: ------------------------------------------------------------------------------
998: fnd_profile.get( 'SO_RESERVATIONS', X_Reservations);
999: wsh_del_oi_core.println('profile option SO_RESERVATIONS:'||X_Reservations );
1000:
1001:
1002: ------------------------------------------------------------------------------