DBA Data[Home] [Help]

APPS.WMA_MATERIAL dependencies on WMA_COMMON

Line 136: job wma_common.Job;

132: mtlRec OUT NOCOPY MtlRecord,
133: errMsg OUT NOCOPY VARCHAR2) Return boolean IS
134:
135: periodID number;
136: job wma_common.Job;
137: item wma_common.Item;
138: openPastPeriod boolean := false;
139:
140: Begin

Line 137: item wma_common.Item;

133: errMsg OUT NOCOPY VARCHAR2) Return boolean IS
134:
135: periodID number;
136: job wma_common.Job;
137: item wma_common.Item;
138: openPastPeriod boolean := false;
139:
140: Begin
141:

Line 222: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;

218: mtlRec.transaction_source_id := param.jobID;
219: mtlRec.transaction_source_type_id := 5;
220:
221: if ( param.isFromSerializedPage = 1 ) then
222: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;
223: else
224: mtlRec.source_code := wma_common.SOURCE_CODE;
225: end if;
226:

Line 224: mtlRec.source_code := wma_common.SOURCE_CODE;

220:
221: if ( param.isFromSerializedPage = 1 ) then
222: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;
223: else
224: mtlRec.source_code := wma_common.SOURCE_CODE;
225: end if;
226:
227: mtlRec.source_line_id := -1;
228: mtlRec.source_header_id := -1;