DBA Data[Home] [Help]

APPS.LNS_CUSTOM_PUB dependencies on STANDARD

Line 185: -- This procedure switches from standard schedule to custom schedule in one shot

181: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
182: X_MSG_COUNT OUT NOCOPY NUMBER,
183: X_MSG_DATA OUT NOCOPY VARCHAR2);
184:
185: -- This procedure switches from standard schedule to custom schedule in one shot
186: -- Conditions: loan status is INCOMPLETE and loan has not been customized yet
187: procedure customizeSchedule(
188: P_API_VERSION IN NUMBER,
189: P_INIT_MSG_LIST IN VARCHAR2,

Line 197: -- This procedure switches back from custom schedule to standard schedule in one shot

193: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
194: X_MSG_COUNT OUT NOCOPY NUMBER,
195: X_MSG_DATA OUT NOCOPY VARCHAR2);
196:
197: -- This procedure switches back from custom schedule to standard schedule in one shot
198: -- Conditions: loan status is INCOMPLETE and loan has been already customized
199: procedure uncustomizeSchedule(
200: P_API_VERSION IN NUMBER,
201: P_INIT_MSG_LIST IN VARCHAR2,