DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on FND_MESSAGE

Line 672: fnd_message.clear;

668: if (x_project_account_context = 'Y') then
669:
670: --
671: -- Make sure that there is no message on the stack.
672: fnd_message.clear;
673:
674: validate_project_info
675: (x_destination_type_code,
676: x_project_id,

Line 705: /*null,*/ NVL(fnd_message.get,''), --

701: 'PROJECT_ID' ,
702: /*null,*/ 'PJM_ERROR_MSG', --
703: null,null,null,null,null,
704: -- Pass in the PJM error message, if one exists
705: /*null,*/ NVL(fnd_message.get,''), --
706: null,null,null,null,null,
707: x_header_processable_flag, x_interface_distribution_id);
708: end if;
709: end if;

Line 1332: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);

1328: x_valid1 := 'N';
1329: ELSIF (l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_warning) THEN
1330: /* Write the warning to the concurrent program log and then */
1331: /* set x_valid to 'Y' to allow processing to continue.*/
1332: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);
1333: x_valid1 := 'Y';
1334: ELSE /* Success */
1335: x_valid1 := 'Y';
1336: END IF;