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 214: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;

210: mtlRec.transaction_source_id := param.jobID;
211: mtlRec.transaction_source_type_id := 5;
212:
213: if ( param.isFromSerializedPage = 1 ) then
214: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;
215: else
216: mtlRec.source_code := wma_common.SOURCE_CODE;
217: end if;
218:

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

212:
213: if ( param.isFromSerializedPage = 1 ) then
214: mtlRec.source_code := wma_common.SERIALIZATION_SOURCE_CODE;
215: else
216: mtlRec.source_code := wma_common.SOURCE_CODE;
217: end if;
218:
219: mtlRec.source_line_id := -1;
220: mtlRec.source_header_id := -1;