DBA Data[Home] [Help]

APPS.AR_CASH_RECEIPT_PRINT_PKG dependencies on FND_MESSAGE

Line 123: l_copy_string := FND_MESSAGE.GET_STRING('AR','AR_IL_COPY');

119:
120: -- Set the string copy or original
121: -- read from message dictionary
122:
123: l_copy_string := FND_MESSAGE.GET_STRING('AR','AR_IL_COPY');
124:
125: l_orig_string := FND_MESSAGE.GET_STRING('AR','AR_IL_ORIGINAL');
126:
127: -- Check for Print Copy Or Original Parameter

Line 125: l_orig_string := FND_MESSAGE.GET_STRING('AR','AR_IL_ORIGINAL');

121: -- read from message dictionary
122:
123: l_copy_string := FND_MESSAGE.GET_STRING('AR','AR_IL_COPY');
124:
125: l_orig_string := FND_MESSAGE.GET_STRING('AR','AR_IL_ORIGINAL');
126:
127: -- Check for Print Copy Or Original Parameter
128: IF p_copy_or_original='Original' THEN
129: l_cp_orig_select := ''''||l_orig_string||''' ORIG_COPY';