DBA Data[Home] [Help]

APPS.CS_TM_LABOR_SCHEDULE_PVT dependencies on FND_API

Line 66: P_INIT_MSG_LIST IN VARCHAR2 := FND_API.G_FALSE

62: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
63: X_MSG_COUNT OUT NOCOPY NUMBER,
64: X_MSG_DATA OUT NOCOPY VARCHAR2,
65: P_API_VERSION IN NUMBER,
66: P_INIT_MSG_LIST IN VARCHAR2 := FND_API.G_FALSE
67: );
68:
69: -- Procedure to validate if there is a completed labor schedule defines for a specific business -- process.
70: -- Note: Passing in a complete set of records each represents schedule line from the TM Labor -- Schedule Setup UI for a specific business process

Line 78: P_INIT_MSG_LIST IN VARCHAR2 := FND_API.G_FALSE

74: X_RETURN_STATUS OUT NOCOPY VARCHAR2,
75: X_MSG_COUNT OUT NOCOPY NUMBER,
76: X_MSG_DATA OUT NOCOPY VARCHAR2,
77: P_API_VERSION IN NUMBER,
78: P_INIT_MSG_LIST IN VARCHAR2 := FND_API.G_FALSE
79: );
80:
81: -- Procedure to break down a service debrief labor activity into several labor coverage time segments -- based on the time and material labor schedule
82: